google-deepmind / mctx

Monte Carlo tree search in JAX
Apache License 2.0
2.31k stars 188 forks source link

Request to add link to Pgx repository in README #65

Closed sotetsuk closed 11 months ago

sotetsuk commented 11 months ago

Hello,

I hope this message finds you well. I am reaching out to kindly request the addition of a link to my project, Pgx, in the README file of the Mctx repository.

Pgx is a collection of vectorized board game environments written in JAX, featuring over 20 games including backgammon, chess, shogi, and Go. The repository also includes an AlphaZero example by Mctx, showcasing reasonable learning in Go 9x9 and other medium-sized games.

I believe this link would be a valuable addition for Mctx users, providing them with easy access to a collection of JAX-native game environments as testbed.

Thank you for considering my request. I look forward to your positive response.

Best,

fidlej commented 11 months ago

Pgx is very nice! Thanks for sharing. I will add the link.

BTW, when using rescale_values=False, you may get better results with value_scale=1.0. That will match the usage from the Gumbel MuZero paper.