SaiResearch commited on
Commit
affed9e
·
verified ·
1 Parent(s): 48cca0a

Update config/k1.yaml

Browse files
Files changed (1) hide show
  1. config/k1.yaml +7 -0
config/k1.yaml CHANGED
@@ -7,6 +7,13 @@ basic:
7
  seed: 42 # seed - set to -1 to choose random seed
8
  description: ""
9
 
 
 
 
 
 
 
 
10
  sim:
11
  dt: 0.002
12
  substeps: 1
 
7
  seed: 42 # seed - set to -1 to choose random seed
8
  description: ""
9
 
10
+ env:
11
+ num_envs: 4096
12
+ num_observations: 80
13
+ num_privileged_obs: 14
14
+ num_actions: 22
15
+ env_spacing: 1. # not used with plane terrain
16
+
17
  sim:
18
  dt: 0.002
19
  substeps: 1