v0.5.0
What's Changed
- Use Poetry as the package manager by @vwxyzjn in #50
- Remove links to deleted code on README algorithms by @FelipeMartins96 in #54
- Add paper plotting utilities by @vwxyzjn in #55
- Reorganization of files. by @vwxyzjn in #56
- Bump Gym's version to 0.21.0 by @vwxyzjn in #61
- Automatically Download Atari Roms by @vwxyzjn in #62
- Make Spyder Editor Optional by @vwxyzjn in #66
- Support Python 3.7.1+ by @vwxyzjn in #67
- ddpg_continuous: Addded env argument to actor and target actor by @dosssman in #69
- Add pytest as an optional dependency by @vwxyzjn in #71
- Remove SB3 dependency in ppo_continuous_action.py by @vwxyzjn in #72
- Add e2e tests by @vwxyzjn in #70
- Fix #74 SAC consistency in logging and training to match other scripts by @dosssman in #75
- Add MuJoCo environments support. by @vwxyzjn in #76
- Only run tests given changes to the
cleanrl
directory by @vwxyzjn in #77 - Prototype Documentation Site by @vwxyzjn in #64
- Cloud Utilities Improvement by @vwxyzjn in #65
- Import built docker image to local registry by @vwxyzjn in #80
- Remove docker dummy cache by @vwxyzjn in #81
- Allow buildx to save to local and push by @vwxyzjn in #82
- Rollback back PyTorch version for better compatibility by @vwxyzjn in #84
- Cloud utilities refactor by @vwxyzjn in #85
- Prepare for 0.5.0 release by @vwxyzjn in #88
New Contributors
- @FelipeMartins96 made their first contribution in #54
Full Changelog: v0.4.8...v0.5.0