Skip to content

Releases: OpenRL-Lab/openrl

v0.1.0

04 Aug 07:28
bb4c26e
Compare
Choose a tag to compare
  • add selfplay with self
  • add selfplay strategy

v0.0.15

30 Jul 12:55
3c90a16
Compare
Choose a tag to compare
  • add sac
  • fix offpolicy bugs

v0.0.14

21 Jul 12:38
4bb8b7a
Compare
Choose a tag to compare
  • can train tictactoe
  • add isaac example

v0.0.13

07 Jul 08:59
4f78139
Compare
Choose a tag to compare

add GAIL
add more callbacks and callbacks tests
add behavior cloning algorithm

v0.0.12

21 Jun 12:28
9902058
Compare
Choose a tag to compare
  • optimize vdn algorithm
  • add Atari
  • Successfully train dqn in gridworld
  • add StarCraft II: SMAC
  • can save checkpoints with callbacks
  • Add connect3
  • can evaluate and save best model with callbacks

v0.0.11

26 May 09:31
fef22ca
Compare
Choose a tag to compare
  • add MAT algorithm
  • add mujoco

v0.0.10

19 May 12:53
8d4a147
Compare
Choose a tag to compare

v0.0.9

08 May 11:29
b6f9314
Compare
Choose a tag to compare
  • add .vscode to gitignore
  • add colab
  • fix: PPONet parse_args for colab
  • fix: python version check bugs
  • abstract rl agent

v0.0.8

06 May 12:16
c565ef5
Compare
Choose a tag to compare
  • improve code testing coverage
  • add test for train examples
  • add docker image
  • fix minor bugs