You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Deep Learning Meets Deep Strategy" - Chess AI agent using reinforcement learning (RL) for academic tournament. Implements Q-learning/MCTS/policy gradients with 2s move constraints. CPU-only, inherits from provided Agent interface. Self-play training with neural networks for competitive chess gameplay.