File size: 536 Bytes
9f3ed1b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
29
!!python/object/apply:collections.OrderedDict
- - - batch_size
    - 256
  - - clip_range
    - 0.18
  - - ent_coef
    - 0.0
  - - gae_lambda
    - 0.95
  - - gamma
    - 0.999
  - - learning_rate
    - 0.0003
  - - n_envs
    - 32
  - - n_epochs
    - 10
  - - n_steps
    - 256
  - - n_timesteps
    - 5000000.0
  - - normalize
    - true
  - - policy
    - MlpLstmPolicy
  - - policy_kwargs
    - dict( ortho_init=False, activation_fn=nn.ReLU, lstm_hidden_size=64, enable_critic_lstm=True,
      net_arch=[dict(pi=[64], vf=[64])] )