Skip to content

Releases: OpenRL-Lab/openrl

v0.2.0

20 Dec 13:08
59efab1
Compare
Choose a tag to compare
  • add deepspeed support
  • fix eval_callback bug
  • fix petting zoo bugs
  • add envpool to openrl

v0.1.9

27 Oct 03:51
e5305cc
Compare
Choose a tag to compare
  • fix arena petting zoo import error
  • fix typo: change loss rate to lose rate
  • add RandomAgent for Arena

v0.1.8

20 Oct 06:45
0092356
Compare
Choose a tag to compare
  • fix winning rate output bug of smac
  • fix atari training bugs
  • fix windows bugs
  • add test atari

v0.1.7

13 Oct 11:11
4024a72
Compare
Choose a tag to compare
  • add smacv2
  • fix arena bugs

v0.1.6

21 Sep 03:54
7a97a01
Compare
Choose a tag to compare
  • support loading stable-baseline3's models from hugging face

v0.1.5

08 Sep 07:08
20cf3d3
Compare
Choose a tag to compare
  • fix openrl random opponent bugs
  • add gym_pybullet_drones env
  • add A2C algorithm
  • merge dm_control to gymnasium

v0.1.4

01 Sep 09:11
dd06163
Compare
Choose a tag to compare
  • add JiDi evaluation support #217
  • add google footbal evaluation support #218
  • add google footbal evaluation support #218

v0.1.3

25 Aug 04:34
239560f
Compare
Choose a tag to compare

add custom env examples

v0.1.2

18 Aug 12:30
f06c9b1
Compare
Choose a tag to compare
  • add dm-control
  • add snake environment

v0.1.1

11 Aug 09:59
8910e6d
Compare
Choose a tag to compare
  • add shuffle traj to offline env
  • support log evaluation callback info to wandb
  • add arena
  • add set seed to arena, and test reproducibility
  • fix leaky_relu twice written