opendilab / LightZero

[NeurIPS 2023 Spotlight] LightZero: A Unified Benchmark for Monte Carlo Tree Search in General Sequential Decision Scenarios (awesome MCTS)
https://huggingface.co/spaces/OpenDILabCommunity/ZeroPal
Apache License 2.0
988 stars 98 forks source link

When will Go be supported? #215

Closed Nightbringers closed 1 month ago

Nightbringers commented 3 months ago

alphazero , muzero, Gumbel MuZero in go game

puyuan1996 commented 3 months ago

Hello! Regarding the support on the Go environment, we have been working on this PR (https://github.com/opendilab/LightZero/pull/65/files) for a while. This PR includes the initial implementation of the regular self-play version of AlphaZero for chess games like Go/Gomoku and a league training version. Although the performance did not meet expectations previously due to limitations in computational resources, we plan to further optimize this PR in the coming weeks. We welcome your discussion and contributions and look forward to your participation and feedback!