Openrl Versions Save

Unified Reinforcement Learning Framework

v0.2.0

5 months ago
  • add deepspeed support
  • fix eval_callback bug
  • fix petting zoo bugs
  • add envpool to openrl

v0.1.9

6 months ago
  • fix arena petting zoo import error
  • fix typo: change loss rate to lose rate
  • add RandomAgent for Arena

v0.1.8

7 months ago
  • fix winning rate output bug of smac
  • fix atari training bugs
  • fix windows bugs
  • add test atari

v0.1.7

7 months ago
  • add smacv2
  • fix arena bugs

v0.1.6

7 months ago
  • support loading stable-baseline3's models from hugging face

v0.1.5

8 months ago
  • fix openrl random opponent bugs
  • add gym_pybullet_drones env
  • add A2C algorithm
  • merge dm_control to gymnasium

v0.1.4

8 months ago
  • add JiDi evaluation support #217
  • add google footbal evaluation support #218
  • add google footbal evaluation support #218

v0.1.3

8 months ago

add custom env examples

v0.1.2

9 months ago
  • add dm-control
  • add snake environment

v0.1.1

9 months ago
  • 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