Skip to content

Latest commit

 

History

History
47 lines (36 loc) · 1.3 KB

README.md

File metadata and controls

47 lines (36 loc) · 1.3 KB

Monte Carlo Tree Search

This project plays with different Monte Carlo Tree Search algorithms applied to games.

Status:

  • ✅ done
  • 🚧 in progress
  • 🗓️ planned

Monte Carlo Tree Search algorithms

  • Simple Monte Carlo Tree Search ✅
  • Parallel Monte Carlo Tree Search with Virtual Losses 🚧
  • Monte Carlo Tree Search with Neural Networks (AlphaZero) 🗓️
  • Perfect Information Monte Carlo Tree Search (PIMCTS) 🗓️

Games and implemented AI player

Gameplay/Simulation Environment

License

Apache License 2.0 (see also LICENSE)