File size: 345 Bytes
1cd8718 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
!!python/object/apply:collections.OrderedDict
- - - env_wrapper
- - stable_baselines3.common.atari_wrappers.AtariWrapper
- - exploration_fraction
- 0.025
- - frame_stack
- 4
- - gradient_steps
- -1
- - n_envs
- 8
- - n_timesteps
- 10000000.0
- - optimize_memory_usage
- false
- - policy
- CnnPolicy
|