Skip to content

Commit c518a10

Browse files
example config file
1 parent 08830e0 commit c518a10

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

crisp_gym/config/envs/right_robot_env.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@ control_frequency: 30.0
22
gripper_mode: "absolute_continuous"
33
max_episode_steps: 1000
44

5+
# NOTE: These are the defaults anyway
6+
observation_to_include_to_state:
7+
- observation.state.cartesian
8+
- observation.state.gripper
9+
- observation.state.joints
10+
- observation.state.target
11+
512
cartesian_control_param_config: null # Will use CRISP_CONFIG_PATH defaults
613
joint_control_param_config: null # Will use CRISP_CONFIG_PATH defaults
714

0 commit comments

Comments
 (0)