Add observation_config.yaml
Browse files- observation_config.yaml +80 -0
observation_config.yaml
ADDED
|
@@ -0,0 +1,80 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# G1 Deploy - Observation Configuration
|
| 2 |
+
# ====================================
|
| 3 |
+
# Total dimension: 436 (64+12+116+116+116+12)
|
| 4 |
+
|
| 5 |
+
observations:
|
| 6 |
+
|
| 7 |
+
- name: "token_state"
|
| 8 |
+
enabled: true
|
| 9 |
+
|
| 10 |
+
- name: "his_base_angular_velocity_10frame_step1"
|
| 11 |
+
enabled: true
|
| 12 |
+
|
| 13 |
+
- name: "his_body_joint_positions_10frame_step1"
|
| 14 |
+
enabled: true
|
| 15 |
+
|
| 16 |
+
- name: "his_body_joint_velocities_10frame_step1"
|
| 17 |
+
enabled: true
|
| 18 |
+
|
| 19 |
+
- name: "his_last_actions_10frame_step1"
|
| 20 |
+
enabled: true
|
| 21 |
+
|
| 22 |
+
- name: "his_gravity_dir_10frame_step1"
|
| 23 |
+
enabled: true
|
| 24 |
+
|
| 25 |
+
encoder:
|
| 26 |
+
dimension: 64
|
| 27 |
+
use_fp16: false
|
| 28 |
+
encoder_observations:
|
| 29 |
+
- name: "encoder_mode_4"
|
| 30 |
+
enabled: true
|
| 31 |
+
- name: "motion_joint_positions_10frame_step5"
|
| 32 |
+
enabled: true
|
| 33 |
+
- name: "motion_joint_velocities_10frame_step5"
|
| 34 |
+
enabled: true
|
| 35 |
+
- name: "motion_root_z_position_10frame_step5"
|
| 36 |
+
enabled: true
|
| 37 |
+
- name: "motion_root_z_position"
|
| 38 |
+
enabled: true
|
| 39 |
+
- name: "motion_anchor_orientation"
|
| 40 |
+
enabled: true
|
| 41 |
+
- name: "motion_anchor_orientation_10frame_step5"
|
| 42 |
+
enabled: true
|
| 43 |
+
- name: "motion_joint_positions_lowerbody_10frame_step5"
|
| 44 |
+
enabled: true
|
| 45 |
+
- name: "motion_joint_velocities_lowerbody_10frame_step5"
|
| 46 |
+
enabled: true
|
| 47 |
+
- name: "vr_3point_local_target"
|
| 48 |
+
enabled: true
|
| 49 |
+
- name: "vr_3point_local_orn_target"
|
| 50 |
+
enabled: true
|
| 51 |
+
- name: "smpl_joints_10frame_step1"
|
| 52 |
+
enabled: true
|
| 53 |
+
- name: "smpl_anchor_orientation_10frame_step1"
|
| 54 |
+
enabled: true
|
| 55 |
+
- name: "motion_joint_positions_wrists_10frame_step1"
|
| 56 |
+
enabled: true
|
| 57 |
+
encoder_modes:
|
| 58 |
+
- name: "g1"
|
| 59 |
+
mode_id: 0
|
| 60 |
+
required_observations:
|
| 61 |
+
- encoder_mode_4
|
| 62 |
+
- motion_joint_positions_10frame_step5
|
| 63 |
+
- motion_joint_velocities_10frame_step5
|
| 64 |
+
- motion_anchor_orientation_10frame_step5
|
| 65 |
+
- name: "teleop"
|
| 66 |
+
mode_id: 1
|
| 67 |
+
required_observations:
|
| 68 |
+
- encoder_mode_4
|
| 69 |
+
- motion_joint_positions_lowerbody_10frame_step5
|
| 70 |
+
- motion_joint_velocities_lowerbody_10frame_step5
|
| 71 |
+
- vr_3point_local_target
|
| 72 |
+
- vr_3point_local_orn_target
|
| 73 |
+
- motion_anchor_orientation
|
| 74 |
+
- name: "smpl"
|
| 75 |
+
mode_id: 2
|
| 76 |
+
required_observations:
|
| 77 |
+
- encoder_mode_4
|
| 78 |
+
- smpl_joints_10frame_step1
|
| 79 |
+
- smpl_anchor_orientation_10frame_step1
|
| 80 |
+
- motion_joint_positions_wrists_10frame_step1
|