Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RLlib] Give more time to impala tests #31910

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed that 20000000, twntymillion in words, is never reached so to not confuse this for 2M, we should just leaved it out.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this sounds good.

num_gpus: 1