mirror of
https://github.com/vale981/ray
synced 2025-03-12 14:16:39 -04:00
30 lines
871 B
YAML
30 lines
871 B
YAML
dqn-breakoutnoframeskip-v4:
|
|
env: BreakoutNoFrameskip-v4
|
|
run: DQN
|
|
# Minimum reward and total ts (in given time_total_s) to pass this test.
|
|
pass_criteria:
|
|
episode_reward_mean: 20.0
|
|
timesteps_total: 400000
|
|
stop:
|
|
time_total_s: 7200
|
|
config:
|
|
double_q: false
|
|
dueling: false
|
|
num_atoms: 1
|
|
noisy: false
|
|
prioritized_replay: false
|
|
n_step: 1
|
|
target_network_update_freq: 8000
|
|
lr: .0000625
|
|
adam_epsilon: .00015
|
|
hiddens: [512]
|
|
learning_starts: 20000
|
|
buffer_size: 1000000
|
|
rollout_fragment_length: 4
|
|
train_batch_size: 32
|
|
exploration_config:
|
|
epsilon_timesteps: 200000
|
|
final_epsilon: 0.01
|
|
prioritized_replay_alpha: 0.5
|
|
num_gpus: 0.5
|
|
min_sample_timesteps_per_reporting: 10000
|