Skip to content

v0.0.2

Compare
Choose a tag to compare
@puyuan1996 puyuan1996 released this 21 Sep 10:55
· 132 commits to main since this release

Env

  1. MuJoCo env (#50)
  2. 2048 env (#64)
  3. Connect4 env (#63)

Algorithm

  1. Gumbel MuZero (#22)
  2. Stochastic MuZero (#64)

Enhancement

  1. polish mcts and ptree_az (#57) (#61)
  2. polish readme (#36) (#47) (#51) (#77) (#95) (#96)
  3. update paper notes (#89) (#91)
  4. polish model and configs (#26) (#27) (#50)
  5. add Dockerfile and its usage instructions (#95)
  6. add doc about how to customize envs and algos (#78)
  7. add pytorch ddp support (#68)
  8. add eps greedy and random collect option in train_muzero_entry (#54)
  9. add atari visualization option (#40)
  10. add log_buffer_memory_usage utils (#30)

Fix

  1. fix priority bug in muzero collector (#74)

Style

  1. update github action (#71) (#72) (#73) (#81) (#83) (#84) (#90)

Full Changelog: v0.0.1...v0.0.2

Contributors: @PaParaZz1 @karroyan @nighood @jayyoung0802 @timothijoe @TuTuHuss @HarryXuancy @puyuan1996 @HansBug