Skip to content

Commit

Permalink
[RLlib] Give more time to impala release tests (ray-project#31910)
Browse files Browse the repository at this point in the history
Signed-off-by: Artur Niederfahrenhorst <artur@anyscale.com>
Signed-off-by: Edward Oakes <ed.nmi.oakes@gmail.com>
  • Loading branch information
ArturNiederfahrenhorst authored and edoakes committed Mar 22, 2023
1 parent 82004b3 commit e49968c
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ impala-breakoutnoframeskip-v5:
episode_reward_mean: 200.0
timesteps_total: 6000000
stop:
time_total_s: 1800
time_total_s: 2400
config:
# Make analogous to old v4 + NoFrameskip.
env_config:
Expand All @@ -18,8 +18,5 @@ impala-breakoutnoframeskip-v5:
num_workers: 10
num_envs_per_worker: 5
clip_rewards: True
lr_schedule: [
[0, 0.0005],
[20000000, 0.000000000001],
]
lr: 0.0005
num_gpus: 1

0 comments on commit e49968c

Please sign in to comment.