Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
PARL 2.1 source code.tar.gz | 2022-11-24 | 37.0 MB | |
PARL 2.1 source code.zip | 2022-11-24 | 37.6 MB | |
README.md | 2022-11-24 | 642 Bytes | |
Totals: 3 Items | 74.6 MB | 0 |
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