mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00
19 lines
520 B
YAML
19 lines
520 B
YAML
a2c-breakoutnoframeskip-v4:
|
|
env: BreakoutNoFrameskip-v4
|
|
run: A2C
|
|
# Minimum reward and total ts (in given time_total_s) to pass this test.
|
|
pass_criteria:
|
|
episode_reward_mean: 50.0
|
|
timesteps_total: 5000000
|
|
stop:
|
|
time_total_s: 7200
|
|
config:
|
|
rollout_fragment_length: 20
|
|
clip_rewards: True
|
|
num_workers: 5
|
|
num_envs_per_worker: 5
|
|
num_gpus: 1
|
|
lr_schedule: [
|
|
[0, 0.0007],
|
|
[20000000, 0.000000000001],
|
|
]
|