Skip to content

PARL 2.1

Compare
Choose a tag to compare
@ShuaibinLi ShuaibinLi released this 24 Nov 10:11
· 42 commits to develop since this release

Framework

  • add agent.train()/eval()
  • fix some bugs of DDQN
  • add ComptWrapper (Cpmpatible for different versions of gym and latest verion of mujoco)
    Parallel Training
  • support xparl in notebook
  • add XPARL_PYTHON environment variable

Example

  • add Paddle examples
    • PPO
    • MADDPG
    • ES
    • CQL
    • IMPALA
    • Baseline
      • GridDispatching Competition
      • Halite Competition
  • add PPO、MADDPG、ES、CQL、IQL、Decision Transformer、MAPPO、MAML++ in benchmark

Tutorial

  • add dygraph+parl2.0+paddle2.0 version of tutorials code for bilibili course
  • add dependency version constraints to tutorials