Version 0.9.1. Includes the following updates:
- Adds Gymnasium support
- Adds Mujoco support
- Adds hyperparameters logging after running experiments
- Some other minor improvements to logging
- Tweaks to SAC/DDPG hyperparameters and implementation
- Minor workflow improvements
- Some other dependency upgrades, including upgrading to torch~=2.2
- Some minor bugfixes
What's Changed
- Release/0.8.1 by @cpnota in #274
- change opencv dependency to headless and upgrade to version 4 by @cpnota in #275
- Release/0.8.2 by @cpnota in #276
- Feature/gymnasium by @cpnota in #278
- Feature/mujoco by @cpnota in #279
- Refactor/scripts-folder by @cpnota in #286
- add call method to Builder API and unit tests by @cpnota in #287
- Feature/episode length by @cpnota in #289
- add entropy_backups hyperparameter to SAC by @cpnota in #296
- Refactor/formatting by @cpnota in #299
- Fix key error warnings by @cpnota in #300
- Finish docstring for nn aggregation by @cpnota in #301
- Bugfix/publish workflow by @cpnota in #303
- Add save_freq argument and refactor scripts by @cpnota in #305
- Hyperparameter Logging by @cpnota in #308
- remove env name from hparams tag by @cpnota in #309
- SAC/DDPG tweaks by @cpnota in #312
- fix duplicate env handling by @cpnota in #314
- Upgrade dependencies by @cpnota in #315
- fix plotter and log final summary at end of training by @cpnota in #320
- add swig setup dependency and remove unrar/swig from github scripts by @cpnota in #321
- Feature/benchmarks by @cpnota in #317
- Update documentation by @cpnota in #323
- v0.9.1 - Gymnasium and Mujoco by @cpnota in #324
Full Changelog: v0.8.0...v0.9.1