Skip to content

v2.3 Release

Compare
Choose a tag to compare
@Emerald01 Emerald01 released this 22 Mar 22:50
· 66 commits to master since this release
2632a07

Release 2.3 (2022-03-22)

  • Add ModelFactory class to manage custom models
  • Add Xavier initialization for the model
  • Improve trainer.fetch_episode_states() so it can fetch (s, a, r) and can replay with argmax.

Release 2.2 (2022-12-20)

  • Factorize the data loading for placeholders and batches (obs, actions and rewards) for the trainer.

Release 2.1 (2022-10-26)

  • v2 trainer integration with Pytorch Lightning