PaddlePaddle/PARL v2.1
PaddlePaddle/PARL
Captured source
source ↗published Nov 24, 2022seen 5dcaptured 13hhttp 200method plain
PARL 2.1
Repository: PaddlePaddle/PARL
Tag: v2.1
Published: 2022-11-24T10:11:41Z
Prerelease: no
Release notes:
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