Releases: google-deepmind/mctx
Releases · google-deepmind/mctx
Mctx 0.0.6
What's Changed
- Add a link to mctx-az. by @copybara-service[bot] in #90
- Replace deprecated
jax.tree_*functions withjax.tree.*by @copybara-service[bot] in #91 - Fix typo in tree.py by @KazukiOhta in #92
- Change deprecated jax.tree_util.tree_map to jax.tree.map. Fix argument passed to jax.numpy.finfo call. by @carlosgmartin in #95
- Ignore pylint refactoring messages. by @copybara-service[bot] in #101
New Contributors
- @KazukiOhta made their first contribution in #92
Full Changelog: v0.0.5...v0.0.6
mctx 0.0.5
What's Changed
- Automatically determine num_actions and num_chance_outcomes in stochastic_muzero_policy (thanks Carlos Martin).
- Explicitly use int32 for the argmax output even when using jax_enable_x64.
Full Changelog: v0.0.3...v0.0.5
mctx 0.0.4
What's Changed
- Automatically determine num_actions and num_chance_outcomes in stochastic_muzero_policy (thanks Carlos Martin).
- Explicitly use int32 for the argmax output even when using jax_enable_x64.
Full Changelog: v0.0.3...v0.0.4
mctx 0.0.3
What's Changed
- Add experimental support for Stochastic MuZero.
- Fix pylint and pytype warnings.
Full Changelog: v0.0.2...v0.0.3
mctx 0.0.2
What's Changed
- Add a link to a0-jax on Connect Four, Gomoku, and Go.
- Improve debugging by avoiding an unused NaN.
- Use jax.tree_util to avoid deprecation warnings.
Full Changelog: https://github.com/deepmind/mctx/commits/v0.0.2