-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ba18a0
commit 38524ba
Showing
5 changed files
with
26 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
2023.9.21(v0.0.2) | ||
- env: MuJoCo env (#50) | ||
- env: 2048 env (#64) | ||
- env: Connect4 env (#63) | ||
- algo: Gumbel MuZero (#22) | ||
- algo: Stochastic MuZero (#64) | ||
- polish: polish mcts and ptree_az (#57) (#61) | ||
- polish: polish readme (#36) (#47) (#51) (#77) (#95) (#96) | ||
- polish: update paper notes (#89) (#91) | ||
- polish: polish model and configs (#26) (#27) (#50) | ||
- feature: add Dockerfile and its usage instructions (#95) | ||
- feature: add doc about how to customize envs and algos (#78) | ||
- feature: add pytorch ddp support (#68) | ||
- feature: add eps greedy and random collect option in train_muzero_entry (#54) | ||
- feature: add atari visualization option (#40) | ||
- feature: add log_buffer_memory_usage utils (#30) | ||
- fix: fix priority bug in muzero collector (#74) | ||
- style: update github action (#71) (#72) (#73) (#81) (#83) (#84) (#90) | ||
|
||
2023.4.14(v0.0.1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters