File size: 474 Bytes
fd2b144 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
!!python/object/apply:collections.OrderedDict
- - - batch_size
- 128
- - buffer_size
- 50000
- - exploration_final_eps
- 0.1
- - exploration_fraction
- 0.12
- - gamma
- 0.99
- - gradient_steps
- -1
- - learning_rate
- 0.00063
- - learning_starts
- 0
- - n_timesteps
- 100000.0
- - policy
- MlpPolicy
- - policy_kwargs
- dict(net_arch=[256, 256])
- - target_update_interval
- 250
- - train_freq
- 4
|