exptech commited on
Commit
07b74f9
·
verified ·
1 Parent(s): d4cba73

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -1655,3 +1655,5 @@ karate/M_Move8/policy/M_Move8_policy.onnx filter=lfs diff=lfs merge=lfs -text
1655
  karate/M_Move8/policy/M_Move8_policy.pt filter=lfs diff=lfs merge=lfs -text
1656
  karate/M_ShortMove12/policy/M_ShortMove12_policy.onnx filter=lfs diff=lfs merge=lfs -text
1657
  karate/M_ShortMove12/policy/M_ShortMove12_policy.pt filter=lfs diff=lfs merge=lfs -text
 
 
 
1655
  karate/M_Move8/policy/M_Move8_policy.pt filter=lfs diff=lfs merge=lfs -text
1656
  karate/M_ShortMove12/policy/M_ShortMove12_policy.onnx filter=lfs diff=lfs merge=lfs -text
1657
  karate/M_ShortMove12/policy/M_ShortMove12_policy.pt filter=lfs diff=lfs merge=lfs -text
1658
+ karate/M_ShortMove13/policy/M_ShortMove13_policy.onnx filter=lfs diff=lfs merge=lfs -text
1659
+ karate/M_ShortMove13/policy/M_ShortMove13_policy.pt filter=lfs diff=lfs merge=lfs -text
karate/M_ShortMove13/policy/CLAUDE.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <claude-mem-context>
2
+ # Recent Activity
3
+
4
+ <!-- This section is auto-generated by claude-mem. Edit content outside the tags. -->
5
+
6
+ ### Mar 10, 2026
7
+
8
+ | ID | Time | T | Title | Read |
9
+ |----|------|---|-------|------|
10
+ | #2609 | 8:34 AM | 🔵 | V_Rocamena Training Active and Media Generation Progress for Four Short Moves | ~465 |
11
+ | #2608 | 8:23 AM | ✅ | Exported ONNX Models and Training Logs for 4 New M_ShortMove Policies | ~552 |
12
+ </claude-mem-context>
karate/M_ShortMove13/policy/M_ShortMove13_policy.gif ADDED

Git LFS Details

  • SHA256: 4c1caf63a3a0f34ea0e4262505bce715a49141e74a2625ff2a2fe8e2e69cb3d6
  • Pointer size: 132 Bytes
  • Size of remote file: 4.18 MB
karate/M_ShortMove13/policy/M_ShortMove13_policy.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3eda724eb6c6c206bd3935af3f7b0b17d342be267b7907d6a05dfc4a4cd65c3f
3
+ size 659824
karate/M_ShortMove13/policy/M_ShortMove13_policy.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ae7b2ebc907b24eec3c493c246a7d772543e547f008076d9a5ddd7e774d4c014
3
+ size 1004278
karate/M_ShortMove13/policy/M_ShortMove13_policy.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a7d56f2d85c9ad1cd30fab5050bf835075b7bf6a96145a62a1dfc6466a690c4
3
+ size 6769351
karate/M_ShortMove13/policy/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: 2000
10
+ experiment_name: g1_tracking
11
+ run_name: M_ShortMove13
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_ShortMove13/policy/env.yaml ADDED
@@ -0,0 +1,1081 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: &id002 !!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_pos_b:
249
+ func: &id003 !!python/name:mjlab.tasks.tracking.mdp.observations.motion_anchor_pos_b ''
250
+ params:
251
+ command_name: motion
252
+ noise:
253
+ operation: add
254
+ _tensor_cache: {}
255
+ n_min: -0.25
256
+ n_max: 0.25
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
+ motion_anchor_ori_b:
268
+ func: &id004 !!python/name:mjlab.tasks.tracking.mdp.observations.motion_anchor_ori_b ''
269
+ params:
270
+ command_name: motion
271
+ noise:
272
+ operation: add
273
+ _tensor_cache: {}
274
+ n_min: -0.05
275
+ n_max: 0.05
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
+ base_lin_vel:
287
+ func: &id001 !!python/name:mjlab.envs.mdp.observations.builtin_sensor ''
288
+ params:
289
+ sensor_name: robot/imu_lin_vel
290
+ noise:
291
+ operation: add
292
+ _tensor_cache: {}
293
+ n_min: -0.5
294
+ n_max: 0.5
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
+ base_ang_vel:
306
+ func: *id001
307
+ params:
308
+ sensor_name: robot/imu_ang_vel
309
+ noise:
310
+ operation: add
311
+ _tensor_cache: {}
312
+ n_min: -0.2
313
+ n_max: 0.2
314
+ clip: null
315
+ scale: null
316
+ delay_min_lag: 0
317
+ delay_max_lag: 0
318
+ delay_per_env: true
319
+ delay_hold_prob: 0.0
320
+ delay_update_period: 0
321
+ delay_per_env_phase: true
322
+ history_length: 0
323
+ flatten_history_dim: true
324
+ joint_pos:
325
+ func: &id005 !!python/name:mjlab.envs.mdp.observations.joint_pos_rel ''
326
+ params:
327
+ biased: true
328
+ noise:
329
+ operation: add
330
+ _tensor_cache: {}
331
+ n_min: -0.01
332
+ n_max: 0.01
333
+ clip: null
334
+ scale: null
335
+ delay_min_lag: 0
336
+ delay_max_lag: 0
337
+ delay_per_env: true
338
+ delay_hold_prob: 0.0
339
+ delay_update_period: 0
340
+ delay_per_env_phase: true
341
+ history_length: 0
342
+ flatten_history_dim: true
343
+ joint_vel:
344
+ func: &id006 !!python/name:mjlab.envs.mdp.observations.joint_vel_rel ''
345
+ params: {}
346
+ noise:
347
+ operation: add
348
+ _tensor_cache: {}
349
+ n_min: -0.5
350
+ n_max: 0.5
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
+ actions:
362
+ func: &id007 !!python/name:mjlab.envs.mdp.observations.last_action ''
363
+ params: {}
364
+ noise: null
365
+ clip: null
366
+ scale: null
367
+ delay_min_lag: 0
368
+ delay_max_lag: 0
369
+ delay_per_env: true
370
+ delay_hold_prob: 0.0
371
+ delay_update_period: 0
372
+ delay_per_env_phase: true
373
+ history_length: 0
374
+ flatten_history_dim: true
375
+ concatenate_terms: true
376
+ concatenate_dim: -1
377
+ enable_corruption: true
378
+ history_length: null
379
+ flatten_history_dim: true
380
+ nan_policy: disabled
381
+ nan_check_per_term: true
382
+ critic:
383
+ terms:
384
+ command:
385
+ func: *id002
386
+ params:
387
+ command_name: motion
388
+ noise: null
389
+ clip: null
390
+ scale: null
391
+ delay_min_lag: 0
392
+ delay_max_lag: 0
393
+ delay_per_env: true
394
+ delay_hold_prob: 0.0
395
+ delay_update_period: 0
396
+ delay_per_env_phase: true
397
+ history_length: 0
398
+ flatten_history_dim: true
399
+ motion_anchor_pos_b:
400
+ func: *id003
401
+ params:
402
+ command_name: motion
403
+ noise: null
404
+ clip: null
405
+ scale: null
406
+ delay_min_lag: 0
407
+ delay_max_lag: 0
408
+ delay_per_env: true
409
+ delay_hold_prob: 0.0
410
+ delay_update_period: 0
411
+ delay_per_env_phase: true
412
+ history_length: 0
413
+ flatten_history_dim: true
414
+ motion_anchor_ori_b:
415
+ func: *id004
416
+ params:
417
+ command_name: motion
418
+ noise: null
419
+ clip: null
420
+ scale: null
421
+ delay_min_lag: 0
422
+ delay_max_lag: 0
423
+ delay_per_env: true
424
+ delay_hold_prob: 0.0
425
+ delay_update_period: 0
426
+ delay_per_env_phase: true
427
+ history_length: 0
428
+ flatten_history_dim: true
429
+ body_pos:
430
+ func: !!python/name:mjlab.tasks.tracking.mdp.observations.robot_body_pos_b ''
431
+ params:
432
+ command_name: motion
433
+ noise: null
434
+ clip: null
435
+ scale: null
436
+ delay_min_lag: 0
437
+ delay_max_lag: 0
438
+ delay_per_env: true
439
+ delay_hold_prob: 0.0
440
+ delay_update_period: 0
441
+ delay_per_env_phase: true
442
+ history_length: 0
443
+ flatten_history_dim: true
444
+ body_ori:
445
+ func: !!python/name:mjlab.tasks.tracking.mdp.observations.robot_body_ori_b ''
446
+ params:
447
+ command_name: motion
448
+ noise: null
449
+ clip: null
450
+ scale: null
451
+ delay_min_lag: 0
452
+ delay_max_lag: 0
453
+ delay_per_env: true
454
+ delay_hold_prob: 0.0
455
+ delay_update_period: 0
456
+ delay_per_env_phase: true
457
+ history_length: 0
458
+ flatten_history_dim: true
459
+ base_lin_vel:
460
+ func: *id001
461
+ params:
462
+ sensor_name: robot/imu_lin_vel
463
+ noise: null
464
+ clip: null
465
+ scale: null
466
+ delay_min_lag: 0
467
+ delay_max_lag: 0
468
+ delay_per_env: true
469
+ delay_hold_prob: 0.0
470
+ delay_update_period: 0
471
+ delay_per_env_phase: true
472
+ history_length: 0
473
+ flatten_history_dim: true
474
+ base_ang_vel:
475
+ func: *id001
476
+ params:
477
+ sensor_name: robot/imu_ang_vel
478
+ noise: null
479
+ clip: null
480
+ scale: null
481
+ delay_min_lag: 0
482
+ delay_max_lag: 0
483
+ delay_per_env: true
484
+ delay_hold_prob: 0.0
485
+ delay_update_period: 0
486
+ delay_per_env_phase: true
487
+ history_length: 0
488
+ flatten_history_dim: true
489
+ joint_pos:
490
+ func: *id005
491
+ params: {}
492
+ noise: null
493
+ clip: null
494
+ scale: null
495
+ delay_min_lag: 0
496
+ delay_max_lag: 0
497
+ delay_per_env: true
498
+ delay_hold_prob: 0.0
499
+ delay_update_period: 0
500
+ delay_per_env_phase: true
501
+ history_length: 0
502
+ flatten_history_dim: true
503
+ joint_vel:
504
+ func: *id006
505
+ params: {}
506
+ noise: null
507
+ clip: null
508
+ scale: null
509
+ delay_min_lag: 0
510
+ delay_max_lag: 0
511
+ delay_per_env: true
512
+ delay_hold_prob: 0.0
513
+ delay_update_period: 0
514
+ delay_per_env_phase: true
515
+ history_length: 0
516
+ flatten_history_dim: true
517
+ actions:
518
+ func: *id007
519
+ params: {}
520
+ noise: null
521
+ clip: null
522
+ scale: null
523
+ delay_min_lag: 0
524
+ delay_max_lag: 0
525
+ delay_per_env: true
526
+ delay_hold_prob: 0.0
527
+ delay_update_period: 0
528
+ delay_per_env_phase: true
529
+ history_length: 0
530
+ flatten_history_dim: true
531
+ concatenate_terms: true
532
+ concatenate_dim: -1
533
+ enable_corruption: false
534
+ history_length: null
535
+ flatten_history_dim: true
536
+ nan_policy: disabled
537
+ nan_check_per_term: true
538
+ actions:
539
+ joint_pos:
540
+ entity_name: robot
541
+ clip: null
542
+ transmission_type: !!python/object/apply:mjlab.actuator.actuator.TransmissionType
543
+ - joint
544
+ actuator_names: !!python/tuple
545
+ - .*
546
+ scale:
547
+ .*_elbow_joint: 0.43857731392336724
548
+ .*_shoulder_pitch_joint: 0.43857731392336724
549
+ .*_shoulder_roll_joint: 0.43857731392336724
550
+ .*_shoulder_yaw_joint: 0.43857731392336724
551
+ .*_wrist_roll_joint: 0.43857731392336724
552
+ .*_hip_pitch_joint: 0.5475464629911068
553
+ .*_hip_yaw_joint: 0.5475464629911068
554
+ waist_yaw_joint: 0.5475464629911068
555
+ .*_hip_roll_joint: 0.35066146637882434
556
+ .*_knee_joint: 0.35066146637882434
557
+ .*_wrist_pitch_joint: 0.07450087032950714
558
+ .*_wrist_yaw_joint: 0.07450087032950714
559
+ waist_pitch_joint: 0.43857731392336724
560
+ waist_roll_joint: 0.43857731392336724
561
+ .*_ankle_pitch_joint: 0.43857731392336724
562
+ .*_ankle_roll_joint: 0.43857731392336724
563
+ offset: 0.0
564
+ preserve_order: false
565
+ use_default_offset: true
566
+ events:
567
+ push_robot:
568
+ func: !!python/name:mjlab.envs.mdp.events.push_by_setting_velocity ''
569
+ params:
570
+ velocity_range:
571
+ x: !!python/tuple
572
+ - -0.5
573
+ - 0.5
574
+ y: !!python/tuple
575
+ - -0.5
576
+ - 0.5
577
+ z: !!python/tuple
578
+ - -0.2
579
+ - 0.2
580
+ roll: !!python/tuple
581
+ - -0.52
582
+ - 0.52
583
+ pitch: !!python/tuple
584
+ - -0.52
585
+ - 0.52
586
+ yaw: !!python/tuple
587
+ - -0.78
588
+ - 0.78
589
+ mode: interval
590
+ interval_range_s: !!python/tuple
591
+ - 1.0
592
+ - 3.0
593
+ is_global_time: false
594
+ min_step_count_between_reset: 0
595
+ base_com:
596
+ func: !!python/name:mjlab.envs.mdp.dr.body.body_com_offset ''
597
+ params:
598
+ asset_cfg:
599
+ name: robot
600
+ joint_names: null
601
+ joint_ids: !!python/object/apply:builtins.slice
602
+ - null
603
+ - null
604
+ - null
605
+ body_names: !!python/tuple
606
+ - torso_link
607
+ body_ids: !!python/object/apply:builtins.slice
608
+ - null
609
+ - null
610
+ - null
611
+ geom_names: null
612
+ geom_ids: !!python/object/apply:builtins.slice
613
+ - null
614
+ - null
615
+ - null
616
+ site_names: null
617
+ site_ids: !!python/object/apply:builtins.slice
618
+ - null
619
+ - null
620
+ - null
621
+ actuator_names: null
622
+ actuator_ids: !!python/object/apply:builtins.slice
623
+ - null
624
+ - null
625
+ - null
626
+ tendon_names: null
627
+ tendon_ids: !!python/object/apply:builtins.slice
628
+ - null
629
+ - null
630
+ - null
631
+ camera_names: null
632
+ camera_ids: !!python/object/apply:builtins.slice
633
+ - null
634
+ - null
635
+ - null
636
+ light_names: null
637
+ light_ids: !!python/object/apply:builtins.slice
638
+ - null
639
+ - null
640
+ - null
641
+ material_names: null
642
+ material_ids: !!python/object/apply:builtins.slice
643
+ - null
644
+ - null
645
+ - null
646
+ preserve_order: false
647
+ operation: add
648
+ ranges:
649
+ 0: !!python/tuple
650
+ - -0.025
651
+ - 0.025
652
+ 1: !!python/tuple
653
+ - -0.05
654
+ - 0.05
655
+ 2: !!python/tuple
656
+ - -0.05
657
+ - 0.05
658
+ mode: startup
659
+ interval_range_s: null
660
+ is_global_time: false
661
+ min_step_count_between_reset: 0
662
+ encoder_bias:
663
+ func: !!python/name:mjlab.envs.mdp.dr.joint.encoder_bias ''
664
+ params:
665
+ asset_cfg:
666
+ name: robot
667
+ joint_names: null
668
+ joint_ids: !!python/object/apply:builtins.slice
669
+ - null
670
+ - null
671
+ - null
672
+ body_names: null
673
+ body_ids: !!python/object/apply:builtins.slice
674
+ - null
675
+ - null
676
+ - null
677
+ geom_names: null
678
+ geom_ids: !!python/object/apply:builtins.slice
679
+ - null
680
+ - null
681
+ - null
682
+ site_names: null
683
+ site_ids: !!python/object/apply:builtins.slice
684
+ - null
685
+ - null
686
+ - null
687
+ actuator_names: null
688
+ actuator_ids: !!python/object/apply:builtins.slice
689
+ - null
690
+ - null
691
+ - null
692
+ tendon_names: null
693
+ tendon_ids: !!python/object/apply:builtins.slice
694
+ - null
695
+ - null
696
+ - null
697
+ camera_names: null
698
+ camera_ids: !!python/object/apply:builtins.slice
699
+ - null
700
+ - null
701
+ - null
702
+ light_names: null
703
+ light_ids: !!python/object/apply:builtins.slice
704
+ - null
705
+ - null
706
+ - null
707
+ material_names: null
708
+ material_ids: !!python/object/apply:builtins.slice
709
+ - null
710
+ - null
711
+ - null
712
+ preserve_order: false
713
+ bias_range: !!python/tuple
714
+ - -0.01
715
+ - 0.01
716
+ mode: startup
717
+ interval_range_s: null
718
+ is_global_time: false
719
+ min_step_count_between_reset: 0
720
+ foot_friction:
721
+ func: !!python/name:mjlab.envs.mdp.dr.geom.geom_friction ''
722
+ params:
723
+ asset_cfg:
724
+ name: robot
725
+ joint_names: null
726
+ joint_ids: !!python/object/apply:builtins.slice
727
+ - null
728
+ - null
729
+ - null
730
+ body_names: null
731
+ body_ids: !!python/object/apply:builtins.slice
732
+ - null
733
+ - null
734
+ - null
735
+ geom_names: ^(left|right)_foot[1-7]_collision$
736
+ geom_ids: !!python/object/apply:builtins.slice
737
+ - null
738
+ - null
739
+ - null
740
+ site_names: null
741
+ site_ids: !!python/object/apply:builtins.slice
742
+ - null
743
+ - null
744
+ - null
745
+ actuator_names: null
746
+ actuator_ids: !!python/object/apply:builtins.slice
747
+ - null
748
+ - null
749
+ - null
750
+ tendon_names: null
751
+ tendon_ids: !!python/object/apply:builtins.slice
752
+ - null
753
+ - null
754
+ - null
755
+ camera_names: null
756
+ camera_ids: !!python/object/apply:builtins.slice
757
+ - null
758
+ - null
759
+ - null
760
+ light_names: null
761
+ light_ids: !!python/object/apply:builtins.slice
762
+ - null
763
+ - null
764
+ - null
765
+ material_names: null
766
+ material_ids: !!python/object/apply:builtins.slice
767
+ - null
768
+ - null
769
+ - null
770
+ preserve_order: false
771
+ operation: abs
772
+ ranges: !!python/tuple
773
+ - 0.3
774
+ - 1.2
775
+ shared_random: true
776
+ mode: startup
777
+ interval_range_s: null
778
+ is_global_time: false
779
+ min_step_count_between_reset: 0
780
+ seed: 42
781
+ sim:
782
+ nconmax: 35
783
+ njmax: 250
784
+ ls_parallel: true
785
+ contact_sensor_maxmatch: 64
786
+ mujoco:
787
+ timestep: 0.005
788
+ integrator: implicitfast
789
+ impratio: 1.0
790
+ cone: pyramidal
791
+ jacobian: auto
792
+ solver: newton
793
+ iterations: 10
794
+ tolerance: 1.0e-08
795
+ ls_iterations: 20
796
+ ls_tolerance: 0.01
797
+ ccd_iterations: 50
798
+ gravity: !!python/tuple
799
+ - 0
800
+ - 0
801
+ - -9.81
802
+ multiccd: false
803
+ nan_guard:
804
+ enabled: false
805
+ buffer_size: 100
806
+ output_dir: /tmp/mjlab/nan_dumps
807
+ max_envs_to_dump: 5
808
+ viewer:
809
+ lookat: !!python/tuple
810
+ - 0.0
811
+ - 0.0
812
+ - 0.0
813
+ distance: 3.0
814
+ elevation: -5.0
815
+ azimuth: 90.0
816
+ origin_type: !!python/object/apply:mjlab.viewer.viewer_config.OriginType
817
+ - 3
818
+ entity_name: robot
819
+ body_name: torso_link
820
+ env_idx: 0
821
+ enable_reflections: true
822
+ enable_shadows: true
823
+ height: 240
824
+ width: 320
825
+ episode_length_s: 10.0
826
+ rewards:
827
+ motion_global_root_pos:
828
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_anchor_position_error_exp ''
829
+ params:
830
+ command_name: motion
831
+ std: 0.3
832
+ weight: 0.5
833
+ motion_global_root_ori:
834
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_anchor_orientation_error_exp ''
835
+ params:
836
+ command_name: motion
837
+ std: 0.4
838
+ weight: 0.5
839
+ motion_body_pos:
840
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_relative_body_position_error_exp ''
841
+ params:
842
+ command_name: motion
843
+ std: 0.3
844
+ weight: 1.0
845
+ motion_body_ori:
846
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_relative_body_orientation_error_exp ''
847
+ params:
848
+ command_name: motion
849
+ std: 0.4
850
+ weight: 1.0
851
+ motion_body_lin_vel:
852
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_body_linear_velocity_error_exp ''
853
+ params:
854
+ command_name: motion
855
+ std: 1.0
856
+ weight: 1.0
857
+ motion_body_ang_vel:
858
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.motion_global_body_angular_velocity_error_exp ''
859
+ params:
860
+ command_name: motion
861
+ std: 3.14
862
+ weight: 1.0
863
+ action_rate_l2:
864
+ func: !!python/name:mjlab.envs.mdp.rewards.action_rate_l2 ''
865
+ params: {}
866
+ weight: -0.1
867
+ joint_limit:
868
+ func: !!python/name:mjlab.envs.mdp.rewards.joint_pos_limits ''
869
+ params:
870
+ asset_cfg:
871
+ name: robot
872
+ joint_names: !!python/tuple
873
+ - .*
874
+ joint_ids: !!python/object/apply:builtins.slice
875
+ - null
876
+ - null
877
+ - null
878
+ body_names: null
879
+ body_ids: !!python/object/apply:builtins.slice
880
+ - null
881
+ - null
882
+ - null
883
+ geom_names: null
884
+ geom_ids: !!python/object/apply:builtins.slice
885
+ - null
886
+ - null
887
+ - null
888
+ site_names: null
889
+ site_ids: !!python/object/apply:builtins.slice
890
+ - null
891
+ - null
892
+ - null
893
+ actuator_names: null
894
+ actuator_ids: !!python/object/apply:builtins.slice
895
+ - null
896
+ - null
897
+ - null
898
+ tendon_names: null
899
+ tendon_ids: !!python/object/apply:builtins.slice
900
+ - null
901
+ - null
902
+ - null
903
+ camera_names: null
904
+ camera_ids: !!python/object/apply:builtins.slice
905
+ - null
906
+ - null
907
+ - null
908
+ light_names: null
909
+ light_ids: !!python/object/apply:builtins.slice
910
+ - null
911
+ - null
912
+ - null
913
+ material_names: null
914
+ material_ids: !!python/object/apply:builtins.slice
915
+ - null
916
+ - null
917
+ - null
918
+ preserve_order: false
919
+ weight: -10.0
920
+ self_collisions:
921
+ func: !!python/name:mjlab.tasks.tracking.mdp.rewards.self_collision_cost ''
922
+ params:
923
+ sensor_name: self_collision
924
+ weight: -10.0
925
+ terminations:
926
+ time_out:
927
+ func: !!python/name:mjlab.envs.mdp.terminations.time_out ''
928
+ params: {}
929
+ time_out: true
930
+ anchor_pos:
931
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_anchor_pos_z_only ''
932
+ params:
933
+ command_name: motion
934
+ threshold: 0.25
935
+ time_out: false
936
+ anchor_ori:
937
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_anchor_ori ''
938
+ params:
939
+ asset_cfg:
940
+ name: robot
941
+ joint_names: null
942
+ joint_ids: !!python/object/apply:builtins.slice
943
+ - null
944
+ - null
945
+ - null
946
+ body_names: null
947
+ body_ids: !!python/object/apply:builtins.slice
948
+ - null
949
+ - null
950
+ - null
951
+ geom_names: null
952
+ geom_ids: !!python/object/apply:builtins.slice
953
+ - null
954
+ - null
955
+ - null
956
+ site_names: null
957
+ site_ids: !!python/object/apply:builtins.slice
958
+ - null
959
+ - null
960
+ - null
961
+ actuator_names: null
962
+ actuator_ids: !!python/object/apply:builtins.slice
963
+ - null
964
+ - null
965
+ - null
966
+ tendon_names: null
967
+ tendon_ids: !!python/object/apply:builtins.slice
968
+ - null
969
+ - null
970
+ - null
971
+ camera_names: null
972
+ camera_ids: !!python/object/apply:builtins.slice
973
+ - null
974
+ - null
975
+ - null
976
+ light_names: null
977
+ light_ids: !!python/object/apply:builtins.slice
978
+ - null
979
+ - null
980
+ - null
981
+ material_names: null
982
+ material_ids: !!python/object/apply:builtins.slice
983
+ - null
984
+ - null
985
+ - null
986
+ preserve_order: false
987
+ command_name: motion
988
+ threshold: 0.8
989
+ time_out: false
990
+ ee_body_pos:
991
+ func: !!python/name:mjlab.tasks.tracking.mdp.terminations.bad_motion_body_pos_z_only ''
992
+ params:
993
+ command_name: motion
994
+ threshold: 0.25
995
+ body_names: !!python/tuple
996
+ - left_ankle_roll_link
997
+ - right_ankle_roll_link
998
+ - left_wrist_yaw_link
999
+ - right_wrist_yaw_link
1000
+ time_out: false
1001
+ commands:
1002
+ motion:
1003
+ resampling_time_range: !!python/tuple
1004
+ - 1000000000.0
1005
+ - 1000000000.0
1006
+ debug_vis: true
1007
+ motion_file: /home/mitch/Repositories/g1-moves/karate/M_ShortMove13/training/M_ShortMove13.npz
1008
+ anchor_body_name: torso_link
1009
+ body_names: !!python/tuple
1010
+ - pelvis
1011
+ - left_hip_roll_link
1012
+ - left_knee_link
1013
+ - left_ankle_roll_link
1014
+ - right_hip_roll_link
1015
+ - right_knee_link
1016
+ - right_ankle_roll_link
1017
+ - torso_link
1018
+ - left_shoulder_roll_link
1019
+ - left_elbow_link
1020
+ - left_wrist_yaw_link
1021
+ - right_shoulder_roll_link
1022
+ - right_elbow_link
1023
+ - right_wrist_yaw_link
1024
+ entity_name: robot
1025
+ pose_range:
1026
+ x: !!python/tuple
1027
+ - -0.05
1028
+ - 0.05
1029
+ y: !!python/tuple
1030
+ - -0.05
1031
+ - 0.05
1032
+ z: !!python/tuple
1033
+ - -0.01
1034
+ - 0.01
1035
+ roll: !!python/tuple
1036
+ - -0.1
1037
+ - 0.1
1038
+ pitch: !!python/tuple
1039
+ - -0.1
1040
+ - 0.1
1041
+ yaw: !!python/tuple
1042
+ - -0.2
1043
+ - 0.2
1044
+ velocity_range:
1045
+ x: !!python/tuple
1046
+ - -0.5
1047
+ - 0.5
1048
+ y: !!python/tuple
1049
+ - -0.5
1050
+ - 0.5
1051
+ z: !!python/tuple
1052
+ - -0.2
1053
+ - 0.2
1054
+ roll: !!python/tuple
1055
+ - -0.52
1056
+ - 0.52
1057
+ pitch: !!python/tuple
1058
+ - -0.52
1059
+ - 0.52
1060
+ yaw: !!python/tuple
1061
+ - -0.78
1062
+ - 0.78
1063
+ joint_position_range: !!python/tuple
1064
+ - -0.1
1065
+ - 0.1
1066
+ adaptive_kernel_size: 1
1067
+ adaptive_lambda: 0.8
1068
+ adaptive_uniform_ratio: 0.1
1069
+ adaptive_alpha: 0.001
1070
+ sampling_mode: adaptive
1071
+ viz:
1072
+ mode: ghost
1073
+ ghost_color: !!python/tuple
1074
+ - 0.5
1075
+ - 0.7
1076
+ - 0.5
1077
+ - 0.5
1078
+ curriculum: {}
1079
+ metrics: {}
1080
+ is_finite_horizon: false
1081
+ scale_rewards_by_dt: true
karate/M_ShortMove13/policy/training_log.csv ADDED
The diff for this file is too large to render. See raw diff