RAWsi-18's picture
Initial commit
9a3509d
raw
history blame contribute delete
640 Bytes
!!python/object/apply:collections.OrderedDict
- - - batch_size
- 32
- - buffer_size
- 400000
- - env_wrapper
- - stable_baselines3.common.atari_wrappers.AtariWrapper
- - exploration_final_eps
- 0.01
- - exploration_fraction
- 0.1
- - frame_stack
- 4
- - gamma
- 0.99
- - gradient_steps
- 1
- - learning_rate
- 0.0001
- - learning_starts
- 200000
- - n_timesteps
- 10000000.0
- - optimize_memory_usage
- true
- - policy
- CnnPolicy
- - replay_buffer_kwargs
- handle_timeout_termination: false
- - target_update_interval
- 30000
- - train_freq
- 4