exptech commited on
Commit
dd2d3a9
·
verified ·
1 Parent(s): ffdfa19

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -1813,3 +1813,5 @@ karate/M_Move3/policy_154/M_Move3_policy.onnx filter=lfs diff=lfs merge=lfs -tex
1813
  karate/M_Move3/policy_154/M_Move3_policy.pt filter=lfs diff=lfs merge=lfs -text
1814
  karate/M_Move4/policy_154/M_Move4_policy.onnx filter=lfs diff=lfs merge=lfs -text
1815
  karate/M_Move4/policy_154/M_Move4_policy.pt filter=lfs diff=lfs merge=lfs -text
 
 
 
1813
  karate/M_Move3/policy_154/M_Move3_policy.pt filter=lfs diff=lfs merge=lfs -text
1814
  karate/M_Move4/policy_154/M_Move4_policy.onnx filter=lfs diff=lfs merge=lfs -text
1815
  karate/M_Move4/policy_154/M_Move4_policy.pt filter=lfs diff=lfs merge=lfs -text
1816
+ karate/M_Move5/policy_154/M_Move5_policy.onnx filter=lfs diff=lfs merge=lfs -text
1817
+ karate/M_Move5/policy_154/M_Move5_policy.pt filter=lfs diff=lfs merge=lfs -text
karate/M_Move5/policy_154/M_Move5_policy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa999bc00468d51ea7a0a8b1d37a6c75afc4435bb52e15cef0d2901255f220b7
3
+ size 3067222
karate/M_Move5/policy_154/M_Move5_policy.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9708691e8d9300ec825b823fcec2d693627ff2dc9b4c19c3e15e91ba34bd8df9
3
+ size 6732295
karate/M_Move5/policy_154/agent.yaml ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ seed: 42
2
+ num_steps_per_env: 24
3
+ max_iterations: 15000
4
+ obs_groups:
5
+ policy: !!python/tuple
6
+ - policy
7
+ critic: !!python/tuple
8
+ - critic
9
+ save_interval: 250
10
+ experiment_name: g1_tracking
11
+ run_name: training
12
+ logger: tensorboard
13
+ wandb_project: mjlab
14
+ wandb_tags: !!python/tuple []
15
+ resume: false
16
+ load_run: .*
17
+ load_checkpoint: model_.*.pt
18
+ clip_actions: null
19
+ upload_model: true
20
+ class_name: OnPolicyRunner
21
+ algorithm:
22
+ num_learning_epochs: 5
23
+ num_mini_batches: 4
24
+ learning_rate: 0.0005
25
+ schedule: adaptive
26
+ gamma: 0.99
27
+ lam: 0.95
28
+ entropy_coef: 0.005
29
+ desired_kl: 0.01
30
+ max_grad_norm: 1.0
31
+ value_loss_coef: 1.0
32
+ use_clipped_value_loss: true
33
+ clip_param: 0.2
34
+ normalize_advantage_per_mini_batch: false
35
+ policy:
36
+ actor_hidden_dims:
37
+ - 512
38
+ - 256
39
+ - 128
40
+ critic_hidden_dims:
41
+ - 512
42
+ - 256
43
+ - 128
44
+ activation: elu
45
+ init_noise_std: 1.0
46
+ noise_std_type: scalar
47
+ actor_obs_normalization: true
48
+ critic_obs_normalization: true
karate/M_Move5/policy_154/deployment_metadata_154.json ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clip": "M_Move5",
3
+ "category": "karate",
4
+ "task": "Mjlab-Tracking-Flat-Unitree-G1-No-State-Estimation",
5
+ "obs_dim": 154,
6
+ "action_dim": 29,
7
+ "checkpoint": "model_14999.pt",
8
+ "run_dir": "/home/mitch/Repositories/mjlab-gui/logs/rsl_rl/g1_tracking/2026-05-31_12-29-39_training",
9
+ "created_at": "2026-05-31T17:24:28.327976",
10
+ "compatibility": "Unitree G1 EDU 29-DOF real robot, no state-estimation actor obs",
11
+ "removed_from_160_obs": [
12
+ "motion_anchor_pos_b",
13
+ "base_lin_vel"
14
+ ]
15
+ }
karate/M_Move5/policy_154/env.yaml ADDED
@@ -0,0 +1,1043 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ decimation: 4
2
+ scene:
3
+ num_envs: 8192
4
+ env_spacing: 2.0
5
+ terrain:
6
+ init_state:
7
+ pos: !!python/tuple
8
+ - 0.0
9
+ - 0.0
10
+ - 0.0
11
+ rot: !!python/tuple
12
+ - 1.0
13
+ - 0.0
14
+ - 0.0
15
+ - 0.0
16
+ lin_vel: !!python/tuple
17
+ - 0.0
18
+ - 0.0
19
+ - 0.0
20
+ ang_vel: !!python/tuple
21
+ - 0.0
22
+ - 0.0
23
+ - 0.0
24
+ joint_pos:
25
+ .*: 0.0
26
+ joint_vel:
27
+ .*: 0.0
28
+ spec_fn: !!python/name:mjlab.entity.entity.%3Clambda%3E ''
29
+ articulation: null
30
+ lights: !!python/tuple
31
+ - name: sun
32
+ body: world
33
+ mode: fixed
34
+ target: null
35
+ type: directional
36
+ castshadow: true
37
+ pos: !!python/tuple
38
+ - 0
39
+ - 0
40
+ - 1.5
41
+ dir: !!python/tuple
42
+ - 0
43
+ - 0
44
+ - -1
45
+ cutoff: 45.0
46
+ exponent: 10.0
47
+ cameras: !!python/tuple []
48
+ textures: !!python/tuple
49
+ - name: groundplane
50
+ type: 2d
51
+ builtin: checker
52
+ rgb1: !!python/tuple
53
+ - 0.2
54
+ - 0.3
55
+ - 0.4
56
+ rgb2: !!python/tuple
57
+ - 0.1
58
+ - 0.2
59
+ - 0.3
60
+ width: 300
61
+ height: 300
62
+ mark: edge
63
+ markrgb: !!python/tuple
64
+ - 0.8
65
+ - 0.8
66
+ - 0.8
67
+ materials: !!python/tuple
68
+ - name: groundplane
69
+ rgba: !!python/tuple
70
+ - 1.0
71
+ - 1.0
72
+ - 1.0
73
+ - 1.0
74
+ texuniform: true
75
+ texrepeat: !!python/tuple
76
+ - 4
77
+ - 4
78
+ reflectance: 0.2
79
+ texture: groundplane
80
+ geom_names_expr: !!python/tuple
81
+ - terrain
82
+ collisions: !!python/tuple []
83
+ terrain_type: plane
84
+ terrain_generator: null
85
+ env_spacing: 2.0
86
+ max_init_terrain_level: null
87
+ num_envs: 8192
88
+ entities:
89
+ robot:
90
+ init_state:
91
+ pos: !!python/tuple
92
+ - 0
93
+ - 0
94
+ - 0.76
95
+ rot: !!python/tuple
96
+ - 1.0
97
+ - 0.0
98
+ - 0.0
99
+ - 0.0
100
+ lin_vel: !!python/tuple
101
+ - 0.0
102
+ - 0.0
103
+ - 0.0
104
+ ang_vel: !!python/tuple
105
+ - 0.0
106
+ - 0.0
107
+ - 0.0
108
+ joint_pos:
109
+ .*_hip_pitch_joint: -0.312
110
+ .*_knee_joint: 0.669
111
+ .*_ankle_pitch_joint: -0.363
112
+ .*_elbow_joint: 0.6
113
+ left_shoulder_roll_joint: 0.2
114
+ left_shoulder_pitch_joint: 0.2
115
+ right_shoulder_roll_joint: -0.2
116
+ right_shoulder_pitch_joint: 0.2
117
+ joint_vel:
118
+ .*: 0.0
119
+ spec_fn: !!python/name:mjlab.asset_zoo.robots.unitree_g1.g1_constants.get_spec ''
120
+ articulation:
121
+ actuators: !!python/tuple
122
+ - target_names_expr: !!python/tuple
123
+ - .*_elbow_joint
124
+ - .*_shoulder_pitch_joint
125
+ - .*_shoulder_roll_joint
126
+ - .*_shoulder_yaw_joint
127
+ - .*_wrist_roll_joint
128
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
129
+ - joint
130
+ armature: 0.003609725
131
+ frictionloss: 0.0
132
+ stiffness: 14.25062309787429
133
+ damping: 0.907222843292423
134
+ effort_limit: 25.0
135
+ - target_names_expr: !!python/tuple
136
+ - .*_hip_pitch_joint
137
+ - .*_hip_yaw_joint
138
+ - waist_yaw_joint
139
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
140
+ - joint
141
+ armature: 0.01017752004132231
142
+ frictionloss: 0.0
143
+ stiffness: 40.17923863450712
144
+ damping: 2.557889775413375
145
+ effort_limit: 88.0
146
+ - target_names_expr: !!python/tuple
147
+ - .*_hip_roll_joint
148
+ - .*_knee_joint
149
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
150
+ - joint
151
+ armature: 0.025101924999999997
152
+ frictionloss: 0.0
153
+ stiffness: 99.09842777666111
154
+ damping: 6.308801853496639
155
+ effort_limit: 139.0
156
+ - target_names_expr: !!python/tuple
157
+ - .*_wrist_pitch_joint
158
+ - .*_wrist_yaw_joint
159
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
160
+ - joint
161
+ armature: 0.00425
162
+ frictionloss: 0.0
163
+ stiffness: 16.77832748089279
164
+ damping: 1.06814150219
165
+ effort_limit: 5.0
166
+ - target_names_expr: !!python/tuple
167
+ - waist_pitch_joint
168
+ - waist_roll_joint
169
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
170
+ - joint
171
+ armature: 0.00721945
172
+ frictionloss: 0.0
173
+ stiffness: 28.50124619574858
174
+ damping: 1.814445686584846
175
+ effort_limit: 50.0
176
+ - target_names_expr: !!python/tuple
177
+ - .*_ankle_pitch_joint
178
+ - .*_ankle_roll_joint
179
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
180
+ - joint
181
+ armature: 0.00721945
182
+ frictionloss: 0.0
183
+ stiffness: 28.50124619574858
184
+ damping: 1.814445686584846
185
+ effort_limit: 50.0
186
+ soft_joint_pos_limit_factor: 0.9
187
+ lights: !!python/tuple []
188
+ cameras: !!python/tuple []
189
+ textures: !!python/tuple []
190
+ materials: !!python/tuple []
191
+ collisions: !!python/tuple
192
+ - geom_names_expr: !!python/tuple
193
+ - .*_collision
194
+ contype: 1
195
+ conaffinity: 1
196
+ condim:
197
+ ^(left|right)_foot[1-7]_collision$: 3
198
+ .*_collision: 1
199
+ priority:
200
+ ^(left|right)_foot[1-7]_collision$: 1
201
+ friction:
202
+ ^(left|right)_foot[1-7]_collision$: !!python/tuple
203
+ - 0.6
204
+ solref: null
205
+ solimp: null
206
+ disable_other_geoms: true
207
+ sensors: !!python/tuple
208
+ - name: self_collision
209
+ primary:
210
+ mode: subtree
211
+ pattern: pelvis
212
+ entity: robot
213
+ exclude: !!python/tuple []
214
+ secondary:
215
+ mode: subtree
216
+ pattern: pelvis
217
+ entity: robot
218
+ exclude: !!python/tuple []
219
+ fields: !!python/tuple
220
+ - found
221
+ reduce: none
222
+ num_slots: 1
223
+ secondary_policy: first
224
+ track_air_time: false
225
+ global_frame: false
226
+ history_length: 0
227
+ debug: false
228
+ extent: null
229
+ spec_fn: null
230
+ observations:
231
+ actor:
232
+ terms:
233
+ command:
234
+ func: &id001 !!python/name:mjlab.envs.mdp.observations.generated_commands ''
235
+ params:
236
+ command_name: motion
237
+ noise: null
238
+ clip: null
239
+ scale: null
240
+ delay_min_lag: 0
241
+ delay_max_lag: 0
242
+ delay_per_env: true
243
+ delay_hold_prob: 0.0
244
+ delay_update_period: 0
245
+ delay_per_env_phase: true
246
+ history_length: 0
247
+ flatten_history_dim: true
248
+ motion_anchor_ori_b:
249
+ func: &id002 !!python/name:mjlab.tasks.tracking.mdp.observations.motion_anchor_ori_b ''
250
+ params:
251
+ command_name: motion
252
+ noise:
253
+ operation: add
254
+ _tensor_cache: {}
255
+ n_min: -0.05
256
+ n_max: 0.05
257
+ clip: null
258
+ scale: null
259
+ delay_min_lag: 0
260
+ delay_max_lag: 0
261
+ delay_per_env: true
262
+ delay_hold_prob: 0.0
263
+ delay_update_period: 0
264
+ delay_per_env_phase: true
265
+ history_length: 0
266
+ flatten_history_dim: true
267
+ base_ang_vel:
268
+ func: &id003 !!python/name:mjlab.envs.mdp.observations.builtin_sensor ''
269
+ params:
270
+ sensor_name: robot/imu_ang_vel
271
+ noise:
272
+ operation: add
273
+ _tensor_cache: {}
274
+ n_min: -0.2
275
+ n_max: 0.2
276
+ clip: null
277
+ scale: null
278
+ delay_min_lag: 0
279
+ delay_max_lag: 0
280
+ delay_per_env: true
281
+ delay_hold_prob: 0.0
282
+ delay_update_period: 0
283
+ delay_per_env_phase: true
284
+ history_length: 0
285
+ flatten_history_dim: true
286
+ joint_pos:
287
+ func: &id004 !!python/name:mjlab.envs.mdp.observations.joint_pos_rel ''
288
+ params:
289
+ biased: true
290
+ noise:
291
+ operation: add
292
+ _tensor_cache: {}
293
+ n_min: -0.01
294
+ n_max: 0.01
295
+ clip: null
296
+ scale: null
297
+ delay_min_lag: 0
298
+ delay_max_lag: 0
299
+ delay_per_env: true
300
+ delay_hold_prob: 0.0
301
+ delay_update_period: 0
302
+ delay_per_env_phase: true
303
+ history_length: 0
304
+ flatten_history_dim: true
305
+ joint_vel:
306
+ func: &id005 !!python/name:mjlab.envs.mdp.observations.joint_vel_rel ''
307
+ params: {}
308
+ noise:
309
+ operation: add
310
+ _tensor_cache: {}
311
+ n_min: -0.5
312
+ n_max: 0.5
313
+ clip: null
314
+ scale: null
315
+ delay_min_lag: 0
316
+ delay_max_lag: 0
317
+ delay_per_env: true
318
+ delay_hold_prob: 0.0
319
+ delay_update_period: 0
320
+ delay_per_env_phase: true
321
+ history_length: 0
322
+ flatten_history_dim: true
323
+ actions:
324
+ func: &id006 !!python/name:mjlab.envs.mdp.observations.last_action ''
325
+ params: {}
326
+ noise: null
327
+ clip: null
328
+ scale: null
329
+ delay_min_lag: 0
330
+ delay_max_lag: 0
331
+ delay_per_env: true
332
+ delay_hold_prob: 0.0
333
+ delay_update_period: 0
334
+ delay_per_env_phase: true
335
+ history_length: 0
336
+ flatten_history_dim: true
337
+ concatenate_terms: true
338
+ concatenate_dim: -1
339
+ enable_corruption: true
340
+ history_length: null
341
+ flatten_history_dim: true
342
+ nan_policy: disabled
343
+ nan_check_per_term: true
344
+ critic:
345
+ terms:
346
+ command:
347
+ func: *id001
348
+ params:
349
+ command_name: motion
350
+ noise: null
351
+ clip: null
352
+ scale: null
353
+ delay_min_lag: 0
354
+ delay_max_lag: 0
355
+ delay_per_env: true
356
+ delay_hold_prob: 0.0
357
+ delay_update_period: 0
358
+ delay_per_env_phase: true
359
+ history_length: 0
360
+ flatten_history_dim: true
361
+ motion_anchor_pos_b:
362
+ func: !!python/name:mjlab.tasks.tracking.mdp.observations.motion_anchor_pos_b ''
363
+ params:
364
+ command_name: motion
365
+ noise: null
366
+ clip: null
367
+ scale: null
368
+ delay_min_lag: 0
369
+ delay_max_lag: 0
370
+ delay_per_env: true
371
+ delay_hold_prob: 0.0
372
+ delay_update_period: 0
373
+ delay_per_env_phase: true
374
+ history_length: 0
375
+ flatten_history_dim: true
376
+ motion_anchor_ori_b:
377
+ func: *id002
378
+ params:
379
+ command_name: motion
380
+ noise: null
381
+ clip: null
382
+ scale: null
383
+ delay_min_lag: 0
384
+ delay_max_lag: 0
385
+ delay_per_env: true
386
+ delay_hold_prob: 0.0
387
+ delay_update_period: 0
388
+ delay_per_env_phase: true
389
+ history_length: 0
390
+ flatten_history_dim: true
391
+ body_pos:
392
+ func: !!python/name:mjlab.tasks.tracking.mdp.observations.robot_body_pos_b ''
393
+ params:
394
+ command_name: motion
395
+ noise: null
396
+ clip: null
397
+ scale: null
398
+ delay_min_lag: 0
399
+ delay_max_lag: 0
400
+ delay_per_env: true
401
+ delay_hold_prob: 0.0
402
+ delay_update_period: 0
403
+ delay_per_env_phase: true
404
+ history_length: 0
405
+ flatten_history_dim: true
406
+ body_ori:
407
+ func: !!python/name:mjlab.tasks.tracking.mdp.observations.robot_body_ori_b ''
408
+ params:
409
+ command_name: motion
410
+ noise: null
411
+ clip: null
412
+ scale: null
413
+ delay_min_lag: 0
414
+ delay_max_lag: 0
415
+ delay_per_env: true
416
+ delay_hold_prob: 0.0
417
+ delay_update_period: 0
418
+ delay_per_env_phase: true
419
+ history_length: 0
420
+ flatten_history_dim: true
421
+ base_lin_vel:
422
+ func: *id003
423
+ params:
424
+ sensor_name: robot/imu_lin_vel
425
+ noise: null
426
+ clip: null
427
+ scale: null
428
+ delay_min_lag: 0
429
+ delay_max_lag: 0
430
+ delay_per_env: true
431
+ delay_hold_prob: 0.0
432
+ delay_update_period: 0
433
+ delay_per_env_phase: true
434
+ history_length: 0
435
+ flatten_history_dim: true
436
+ base_ang_vel:
437
+ func: *id003
438
+ params:
439
+ sensor_name: robot/imu_ang_vel
440
+ noise: null
441
+ clip: null
442
+ scale: null
443
+ delay_min_lag: 0
444
+ delay_max_lag: 0
445
+ delay_per_env: true
446
+ delay_hold_prob: 0.0
447
+ delay_update_period: 0
448
+ delay_per_env_phase: true
449
+ history_length: 0
450
+ flatten_history_dim: true
451
+ joint_pos:
452
+ func: *id004
453
+ params: {}
454
+ noise: null
455
+ clip: null
456
+ scale: null
457
+ delay_min_lag: 0
458
+ delay_max_lag: 0
459
+ delay_per_env: true
460
+ delay_hold_prob: 0.0
461
+ delay_update_period: 0
462
+ delay_per_env_phase: true
463
+ history_length: 0
464
+ flatten_history_dim: true
465
+ joint_vel:
466
+ func: *id005
467
+ params: {}
468
+ noise: null
469
+ clip: null
470
+ scale: null
471
+ delay_min_lag: 0
472
+ delay_max_lag: 0
473
+ delay_per_env: true
474
+ delay_hold_prob: 0.0
475
+ delay_update_period: 0
476
+ delay_per_env_phase: true
477
+ history_length: 0
478
+ flatten_history_dim: true
479
+ actions:
480
+ func: *id006
481
+ params: {}
482
+ noise: null
483
+ clip: null
484
+ scale: null
485
+ delay_min_lag: 0
486
+ delay_max_lag: 0
487
+ delay_per_env: true
488
+ delay_hold_prob: 0.0
489
+ delay_update_period: 0
490
+ delay_per_env_phase: true
491
+ history_length: 0
492
+ flatten_history_dim: true
493
+ concatenate_terms: true
494
+ concatenate_dim: -1
495
+ enable_corruption: false
496
+ history_length: null
497
+ flatten_history_dim: true
498
+ nan_policy: disabled
499
+ nan_check_per_term: true
500
+ actions:
501
+ joint_pos:
502
+ entity_name: robot
503
+ clip: null
504
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
505
+ - joint
506
+ actuator_names: !!python/tuple
507
+ - .*
508
+ scale:
509
+ .*_elbow_joint: 0.43857731392336724
510
+ .*_shoulder_pitch_joint: 0.43857731392336724
511
+ .*_shoulder_roll_joint: 0.43857731392336724
512
+ .*_shoulder_yaw_joint: 0.43857731392336724
513
+ .*_wrist_roll_joint: 0.43857731392336724
514
+ .*_hip_pitch_joint: 0.5475464629911068
515
+ .*_hip_yaw_joint: 0.5475464629911068
516
+ waist_yaw_joint: 0.5475464629911068
517
+ .*_hip_roll_joint: 0.35066146637882434
518
+ .*_knee_joint: 0.35066146637882434
519
+ .*_wrist_pitch_joint: 0.07450087032950714
520
+ .*_wrist_yaw_joint: 0.07450087032950714
521
+ waist_pitch_joint: 0.43857731392336724
522
+ waist_roll_joint: 0.43857731392336724
523
+ .*_ankle_pitch_joint: 0.43857731392336724
524
+ .*_ankle_roll_joint: 0.43857731392336724
525
+ offset: 0.0
526
+ preserve_order: false
527
+ use_default_offset: true
528
+ events:
529
+ push_robot:
530
+ func: !!python/name:mjlab.envs.mdp.events.push_by_setting_velocity ''
531
+ params:
532
+ velocity_range:
533
+ x: !!python/tuple
534
+ - -0.5
535
+ - 0.5
536
+ y: !!python/tuple
537
+ - -0.5
538
+ - 0.5
539
+ z: !!python/tuple
540
+ - -0.2
541
+ - 0.2
542
+ roll: !!python/tuple
543
+ - -0.52
544
+ - 0.52
545
+ pitch: !!python/tuple
546
+ - -0.52
547
+ - 0.52
548
+ yaw: !!python/tuple
549
+ - -0.78
550
+ - 0.78
551
+ mode: interval
552
+ interval_range_s: !!python/tuple
553
+ - 1.0
554
+ - 3.0
555
+ is_global_time: false
556
+ min_step_count_between_reset: 0
557
+ base_com:
558
+ func: !!python/name:mjlab.envs.mdp.dr.body.body_com_offset ''
559
+ params:
560
+ asset_cfg:
561
+ name: robot
562
+ joint_names: null
563
+ joint_ids: !!python/object/apply:builtins.slice
564
+ - null
565
+ - null
566
+ - null
567
+ body_names: !!python/tuple
568
+ - torso_link
569
+ body_ids: !!python/object/apply:builtins.slice
570
+ - null
571
+ - null
572
+ - null
573
+ geom_names: null
574
+ geom_ids: !!python/object/apply:builtins.slice
575
+ - null
576
+ - null
577
+ - null
578
+ site_names: null
579
+ site_ids: !!python/object/apply:builtins.slice
580
+ - null
581
+ - null
582
+ - null
583
+ actuator_names: null
584
+ actuator_ids: !!python/object/apply:builtins.slice
585
+ - null
586
+ - null
587
+ - null
588
+ tendon_names: null
589
+ tendon_ids: !!python/object/apply:builtins.slice
590
+ - null
591
+ - null
592
+ - null
593
+ camera_names: null
594
+ camera_ids: !!python/object/apply:builtins.slice
595
+ - null
596
+ - null
597
+ - null
598
+ light_names: null
599
+ light_ids: !!python/object/apply:builtins.slice
600
+ - null
601
+ - null
602
+ - null
603
+ material_names: null
604
+ material_ids: !!python/object/apply:builtins.slice
605
+ - null
606
+ - null
607
+ - null
608
+ preserve_order: false
609
+ operation: add
610
+ ranges:
611
+ 0: !!python/tuple
612
+ - -0.025
613
+ - 0.025
614
+ 1: !!python/tuple
615
+ - -0.05
616
+ - 0.05
617
+ 2: !!python/tuple
618
+ - -0.05
619
+ - 0.05
620
+ mode: startup
621
+ interval_range_s: null
622
+ is_global_time: false
623
+ min_step_count_between_reset: 0
624
+ encoder_bias:
625
+ func: !!python/name:mjlab.envs.mdp.dr.joint.encoder_bias ''
626
+ params:
627
+ asset_cfg:
628
+ name: robot
629
+ joint_names: null
630
+ joint_ids: !!python/object/apply:builtins.slice
631
+ - null
632
+ - null
633
+ - null
634
+ body_names: null
635
+ body_ids: !!python/object/apply:builtins.slice
636
+ - null
637
+ - null
638
+ - null
639
+ geom_names: null
640
+ geom_ids: !!python/object/apply:builtins.slice
641
+ - null
642
+ - null
643
+ - null
644
+ site_names: null
645
+ site_ids: !!python/object/apply:builtins.slice
646
+ - null
647
+ - null
648
+ - null
649
+ actuator_names: null
650
+ actuator_ids: !!python/object/apply:builtins.slice
651
+ - null
652
+ - null
653
+ - null
654
+ tendon_names: null
655
+ tendon_ids: !!python/object/apply:builtins.slice
656
+ - null
657
+ - null
658
+ - null
659
+ camera_names: null
660
+ camera_ids: !!python/object/apply:builtins.slice
661
+ - null
662
+ - null
663
+ - null
664
+ light_names: null
665
+ light_ids: !!python/object/apply:builtins.slice
666
+ - null
667
+ - null
668
+ - null
669
+ material_names: null
670
+ material_ids: !!python/object/apply:builtins.slice
671
+ - null
672
+ - null
673
+ - null
674
+ preserve_order: false
675
+ bias_range: !!python/tuple
676
+ - -0.01
677
+ - 0.01
678
+ mode: startup
679
+ interval_range_s: null
680
+ is_global_time: false
681
+ min_step_count_between_reset: 0
682
+ foot_friction:
683
+ func: !!python/name:mjlab.envs.mdp.dr.geom.geom_friction ''
684
+ params:
685
+ asset_cfg:
686
+ name: robot
687
+ joint_names: null
688
+ joint_ids: !!python/object/apply:builtins.slice
689
+ - null
690
+ - null
691
+ - null
692
+ body_names: null
693
+ body_ids: !!python/object/apply:builtins.slice
694
+ - null
695
+ - null
696
+ - null
697
+ geom_names: ^(left|right)_foot[1-7]_collision$
698
+ geom_ids: !!python/object/apply:builtins.slice
699
+ - null
700
+ - null
701
+ - null
702
+ site_names: null
703
+ site_ids: !!python/object/apply:builtins.slice
704
+ - null
705
+ - null
706
+ - null
707
+ actuator_names: null
708
+ actuator_ids: !!python/object/apply:builtins.slice
709
+ - null
710
+ - null
711
+ - null
712
+ tendon_names: null
713
+ tendon_ids: !!python/object/apply:builtins.slice
714
+ - null
715
+ - null
716
+ - null
717
+ camera_names: null
718
+ camera_ids: !!python/object/apply:builtins.slice
719
+ - null
720
+ - null
721
+ - null
722
+ light_names: null
723
+ light_ids: !!python/object/apply:builtins.slice
724
+ - null
725
+ - null
726
+ - null
727
+ material_names: null
728
+ material_ids: !!python/object/apply:builtins.slice
729
+ - null
730
+ - null
731
+ - null
732
+ preserve_order: false
733
+ operation: abs
734
+ ranges: !!python/tuple
735
+ - 0.3
736
+ - 1.2
737
+ shared_random: true
738
+ mode: startup
739
+ interval_range_s: null
740
+ is_global_time: false
741
+ min_step_count_between_reset: 0
742
+ seed: 42
743
+ sim:
744
+ nconmax: 35
745
+ njmax: 250
746
+ ls_parallel: true
747
+ contact_sensor_maxmatch: 64
748
+ mujoco:
749
+ timestep: 0.005
750
+ integrator: implicitfast
751
+ impratio: 1.0
752
+ cone: pyramidal
753
+ jacobian: auto
754
+ solver: newton
755
+ iterations: 10
756
+ tolerance: 1.0e-08
757
+ ls_iterations: 20
758
+ ls_tolerance: 0.01
759
+ ccd_iterations: 50
760
+ gravity: !!python/tuple
761
+ - 0
762
+ - 0
763
+ - -9.81
764
+ multiccd: false
765
+ nan_guard:
766
+ enabled: false
767
+ buffer_size: 100
768
+ output_dir: /tmp/mjlab/nan_dumps
769
+ max_envs_to_dump: 5
770
+ viewer:
771
+ lookat: !!python/tuple
772
+ - 0.0
773
+ - 0.0
774
+ - 0.0
775
+ distance: 3.0
776
+ elevation: -5.0
777
+ azimuth: 90.0
778
+ origin_type: !!python/object/apply:mjlab.viewer.viewer_config.OriginType
779
+ - 3
780
+ entity_name: robot
781
+ body_name: torso_link
782
+ env_idx: 0
783
+ enable_reflections: true
784
+ enable_shadows: true
785
+ height: 240
786
+ width: 320
787
+ episode_length_s: 10.0
788
+ rewards:
789
+ motion_global_root_pos:
790
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_anchor_position_error_exp ''
791
+ params:
792
+ command_name: motion
793
+ std: 0.3
794
+ weight: 0.5
795
+ motion_global_root_ori:
796
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_anchor_orientation_error_exp ''
797
+ params:
798
+ command_name: motion
799
+ std: 0.4
800
+ weight: 0.5
801
+ motion_body_pos:
802
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_relative_body_position_error_exp ''
803
+ params:
804
+ command_name: motion
805
+ std: 0.3
806
+ weight: 1.0
807
+ motion_body_ori:
808
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_relative_body_orientation_error_exp ''
809
+ params:
810
+ command_name: motion
811
+ std: 0.4
812
+ weight: 1.0
813
+ motion_body_lin_vel:
814
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_body_linear_velocity_error_exp ''
815
+ params:
816
+ command_name: motion
817
+ std: 1.0
818
+ weight: 1.0
819
+ motion_body_ang_vel:
820
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_body_angular_velocity_error_exp ''
821
+ params:
822
+ command_name: motion
823
+ std: 3.14
824
+ weight: 1.0
825
+ action_rate_l2:
826
+ func: !!python/name:mjlab.envs.mdp.rewards.action_rate_l2 ''
827
+ params: {}
828
+ weight: -0.1
829
+ joint_limit:
830
+ func: !!python/name:mjlab.envs.mdp.rewards.joint_pos_limits ''
831
+ params:
832
+ asset_cfg:
833
+ name: robot
834
+ joint_names: !!python/tuple
835
+ - .*
836
+ joint_ids: !!python/object/apply:builtins.slice
837
+ - null
838
+ - null
839
+ - null
840
+ body_names: null
841
+ body_ids: !!python/object/apply:builtins.slice
842
+ - null
843
+ - null
844
+ - null
845
+ geom_names: null
846
+ geom_ids: !!python/object/apply:builtins.slice
847
+ - null
848
+ - null
849
+ - null
850
+ site_names: null
851
+ site_ids: !!python/object/apply:builtins.slice
852
+ - null
853
+ - null
854
+ - null
855
+ actuator_names: null
856
+ actuator_ids: !!python/object/apply:builtins.slice
857
+ - null
858
+ - null
859
+ - null
860
+ tendon_names: null
861
+ tendon_ids: !!python/object/apply:builtins.slice
862
+ - null
863
+ - null
864
+ - null
865
+ camera_names: null
866
+ camera_ids: !!python/object/apply:builtins.slice
867
+ - null
868
+ - null
869
+ - null
870
+ light_names: null
871
+ light_ids: !!python/object/apply:builtins.slice
872
+ - null
873
+ - null
874
+ - null
875
+ material_names: null
876
+ material_ids: !!python/object/apply:builtins.slice
877
+ - null
878
+ - null
879
+ - null
880
+ preserve_order: false
881
+ weight: -10.0
882
+ self_collisions:
883
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.self_collision_cost ''
884
+ params:
885
+ sensor_name: self_collision
886
+ weight: -10.0
887
+ terminations:
888
+ time_out:
889
+ func: !!python/name:mjlab.envs.mdp.terminations.time_out ''
890
+ params: {}
891
+ time_out: true
892
+ anchor_pos:
893
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_anchor_pos_z_only ''
894
+ params:
895
+ command_name: motion
896
+ threshold: 0.25
897
+ time_out: false
898
+ anchor_ori:
899
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_anchor_ori ''
900
+ params:
901
+ asset_cfg:
902
+ name: robot
903
+ joint_names: null
904
+ joint_ids: !!python/object/apply:builtins.slice
905
+ - null
906
+ - null
907
+ - null
908
+ body_names: null
909
+ body_ids: !!python/object/apply:builtins.slice
910
+ - null
911
+ - null
912
+ - null
913
+ geom_names: null
914
+ geom_ids: !!python/object/apply:builtins.slice
915
+ - null
916
+ - null
917
+ - null
918
+ site_names: null
919
+ site_ids: !!python/object/apply:builtins.slice
920
+ - null
921
+ - null
922
+ - null
923
+ actuator_names: null
924
+ actuator_ids: !!python/object/apply:builtins.slice
925
+ - null
926
+ - null
927
+ - null
928
+ tendon_names: null
929
+ tendon_ids: !!python/object/apply:builtins.slice
930
+ - null
931
+ - null
932
+ - null
933
+ camera_names: null
934
+ camera_ids: !!python/object/apply:builtins.slice
935
+ - null
936
+ - null
937
+ - null
938
+ light_names: null
939
+ light_ids: !!python/object/apply:builtins.slice
940
+ - null
941
+ - null
942
+ - null
943
+ material_names: null
944
+ material_ids: !!python/object/apply:builtins.slice
945
+ - null
946
+ - null
947
+ - null
948
+ preserve_order: false
949
+ command_name: motion
950
+ threshold: 0.8
951
+ time_out: false
952
+ ee_body_pos:
953
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_motion_body_pos_z_only ''
954
+ params:
955
+ command_name: motion
956
+ threshold: 0.25
957
+ body_names: !!python/tuple
958
+ - left_ankle_roll_link
959
+ - right_ankle_roll_link
960
+ - left_wrist_yaw_link
961
+ - right_wrist_yaw_link
962
+ time_out: false
963
+ commands:
964
+ motion:
965
+ resampling_time_range: !!python/tuple
966
+ - 1000000000.0
967
+ - 1000000000.0
968
+ debug_vis: true
969
+ motion_file: /home/mitch/Repositories/g1-moves/karate/M_Move5/training/M_Move5.npz
970
+ anchor_body_name: torso_link
971
+ body_names: !!python/tuple
972
+ - pelvis
973
+ - left_hip_roll_link
974
+ - left_knee_link
975
+ - left_ankle_roll_link
976
+ - right_hip_roll_link
977
+ - right_knee_link
978
+ - right_ankle_roll_link
979
+ - torso_link
980
+ - left_shoulder_roll_link
981
+ - left_elbow_link
982
+ - left_wrist_yaw_link
983
+ - right_shoulder_roll_link
984
+ - right_elbow_link
985
+ - right_wrist_yaw_link
986
+ entity_name: robot
987
+ pose_range:
988
+ x: !!python/tuple
989
+ - -0.05
990
+ - 0.05
991
+ y: !!python/tuple
992
+ - -0.05
993
+ - 0.05
994
+ z: !!python/tuple
995
+ - -0.01
996
+ - 0.01
997
+ roll: !!python/tuple
998
+ - -0.1
999
+ - 0.1
1000
+ pitch: !!python/tuple
1001
+ - -0.1
1002
+ - 0.1
1003
+ yaw: !!python/tuple
1004
+ - -0.2
1005
+ - 0.2
1006
+ velocity_range:
1007
+ x: !!python/tuple
1008
+ - -0.5
1009
+ - 0.5
1010
+ y: !!python/tuple
1011
+ - -0.5
1012
+ - 0.5
1013
+ z: !!python/tuple
1014
+ - -0.2
1015
+ - 0.2
1016
+ roll: !!python/tuple
1017
+ - -0.52
1018
+ - 0.52
1019
+ pitch: !!python/tuple
1020
+ - -0.52
1021
+ - 0.52
1022
+ yaw: !!python/tuple
1023
+ - -0.78
1024
+ - 0.78
1025
+ joint_position_range: !!python/tuple
1026
+ - -0.1
1027
+ - 0.1
1028
+ adaptive_kernel_size: 1
1029
+ adaptive_lambda: 0.8
1030
+ adaptive_uniform_ratio: 0.1
1031
+ adaptive_alpha: 0.001
1032
+ sampling_mode: adaptive
1033
+ viz:
1034
+ mode: ghost
1035
+ ghost_color: !!python/tuple
1036
+ - 0.5
1037
+ - 0.7
1038
+ - 0.5
1039
+ - 0.5
1040
+ curriculum: {}
1041
+ metrics: {}
1042
+ is_finite_horizon: false
1043
+ scale_rewards_by_dt: true