Heysell commited on
Commit
1011fb0
·
verified ·
1 Parent(s): 9a9779c

Upload Huggy (3).yaml

Browse files
Files changed (1) hide show
  1. Huggy (3).yaml +26 -0
Huggy (3).yaml ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ behaviors:
2
+ Huggy:
3
+ trainer_type: ppo
4
+ hyperparameters:
5
+ batch_size: 2048
6
+ buffer_size: 20480
7
+ learning_rate: 0.0003
8
+ beta: 0.005
9
+ epsilon: 0.2
10
+ lambd: 0.95
11
+ num_epoch: 3
12
+ learning_rate_schedule: linear
13
+ network_settings:
14
+ normalize: true
15
+ hidden_units: 512
16
+ num_layers: 3
17
+ vis_encode_type: simple
18
+ reward_signals:
19
+ extrinsic:
20
+ gamma: 0.995
21
+ strength: 1.0
22
+ checkpoint_interval: 200000
23
+ keep_checkpoints: 15
24
+ max_steps: 2e6
25
+ time_horizon: 1000
26
+ summary_freq: 50000