aractingi HF Staff commited on
Commit
00023df
·
verified ·
1 Parent(s): 212e078

Update rl/env_config.json

Browse files
Files changed (1) hide show
  1. rl/env_config.json +4 -2
rl/env_config.json CHANGED
@@ -27,8 +27,10 @@
27
  "add_ee_pose_to_observation": true
28
  },
29
  "image_preprocessing": {
30
- "crop_params_dict": null,
31
- "resize_size": null
 
 
32
  },
33
  "gripper": {
34
  "use_gripper": true,
 
27
  "add_ee_pose_to_observation": true
28
  },
29
  "image_preprocessing": {
30
+ "crop_params_dict": {
31
+ "observation.images.top": [49, 189, 262, 305]
32
+ },
33
+ "resize_size": [128, 128]
34
  },
35
  "gripper": {
36
  "use_gripper": true,