mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
[ci/release] Undo faulty change to many_ppo num_samples (#19388)
This commit is contained in:
parent
13d4ad6100
commit
e07d0953ea
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ run_experiments(
|
|||
"ppo": {
|
||||
"run": "PPO",
|
||||
"env": "CartPole-v0",
|
||||
"num_samples": 10,
|
||||
"num_samples": 10000,
|
||||
"config": {
|
||||
"framework": "torch",
|
||||
"num_workers": 7,
|
||||
|
|
Loading…
Add table
Reference in a new issue