Save/Load
This release contains several new features, refactors, and bugfixes.
Features
- Save/load agents. #185
- (Experimental) Multiagent Atari support using PettingZoo. #201
- Optional to store replay buffer on different device. #187
- Better environment duplication using cloudpickle. #200
- Built-in
Identity
feature network #202 - Support for Comet.ml #215
Refactoring
- Agents split into three types:
Agent
,ParallelAgent
, andMultiagent
#221 - Changed the way Presets work to facilitate Save/Load #185
- Switched from Travis to GitHub Actions for workflow/CI #235
- Improvements to
Environment
imports #236 - Support for latest PyTorch version #235