google-deepmind / mctx

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

New package version #57

Closed ipsec closed 1 year ago

ipsec commented 1 year ago

Hi,

I'm installing mctx using pip install mctx and the version available is 0.0.2 from Jul 26, 2022 by the commit 8dac10f Could you bump the version to 0.0.3 to apply last commits?

fidlej commented 1 year ago

Which feature do you miss? The commits included:

  1. Stochastic MuZero (experimental, not well tested)
  2. Silencing some pylint and pytype errors.
ipsec commented 1 year ago

I want to use Stochastic MuZero (1) feature.