We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e797f3a + 356bd95 commit 1d377d0Copy full SHA for 1d377d0
examples/cartpole/README.md
@@ -3,7 +3,7 @@
3
Users can train CartPole via:
4
5
```shell
6
-python train_ppo.py
+python train_ppo.py --config ppo.yaml
7
```
8
9
examples/cartpole/dual_clip_ppo.yaml
@@ -1,2 +1,5 @@
1
+seed: 0
2
+run_dir: ./run_results/
+wandb_entity: openrl-lab
dual_clip_ppo: true
dual_clip_coeff: 3.0
examples/cartpole/ppo.yaml
@@ -0,0 +1,3 @@
0 commit comments