Skip to content

Save/Load

Compare
Choose a tag to compare
@cpnota cpnota released this 12 Apr 16:51
· 63 commits to master since this release
411c2f9

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, and Multiagent #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

Bugfixes

  • Fixes a bug in ParallelGreedyPolicy #233
  • Fixes an issue with the Atari life_lost #
  • Documentation clarifications #192 #216