Thanks to visit codestin.com
Credit goes to github.com

Skip to content

TLucking/Chess_RL

Repository files navigation

Chess RL

Roadmap

  • Chess Environment & Encoding [done]

    • Board stepping [done]
    • Observataion encoding [done]
    • Action encoding [done]
  • Neural Nework Model [done]

    • Shared resnet with policy and value head [done]
  • Monte Carlo Tree search [done]

  • Self play loop [done]

    • Play [done]
    • Store data [done]
    • Export data as PyTorch dataset-compatible format [done]
  • Training pipeline [done]

  • Evaluation and Rating TODO

  • Optimization and Scaling TODO

Interresting Papers:

Improvement of MCTS for low Nsim values

About

RL chess engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published