Skip to content

Commit

Permalink
[rllib] Fix Pong-PPO tuned example Config (ray-project#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
richardliaw authored Dec 23, 2017
1 parent 715737c commit b217a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/ray/rllib/tuned_examples/pong-ppo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# - PPO_PongDeterministic-v4_0: TERMINATED [pid=16387], 4984 s, 1117981 ts, 21 rew
# - PPO_PongDeterministic-v4_0: TERMINATED [pid=83606], 4592 s, 1068671 ts, 21 rew
#
pong-deterministic-dqn:
pong-deterministic-ppo:
env: PongDeterministic-v4
run: PPO
resources:
cpu: 1
cpu: 6
gpu: 1
stop:
episode_reward_mean: 21
Expand Down

0 comments on commit b217a5e

Please sign in to comment.