aractingi HF Staff commited on
Commit
a7d5122
·
verified ·
1 Parent(s): 01d2cb1

Create sim_il/env_config.json

Browse files
Files changed (1) hide show
  1. sim_il/env_config.json +69 -0
sim_il/env_config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env": {
3
+ "name": "gym_hil",
4
+ "task": "PandaPickCubeKeyboard-v0",
5
+ "fps": 10,
6
+ "robot": null,
7
+ "teleop": null,
8
+ "processor": {
9
+ "control_mode": "gamepad",
10
+ "observation": {
11
+ "add_joint_velocity_to_observation": true,
12
+ "add_ee_pose_to_observation": true,
13
+ "display_cameras": false
14
+ },
15
+ "image_preprocessing": {
16
+ "crop_params_dict": {
17
+ "observation.images.front": [
18
+ 0,
19
+ 0,
20
+ 128,
21
+ 128
22
+ ],
23
+ "observation.images.wrist": [
24
+ 0,
25
+ 0,
26
+ 128,
27
+ 128
28
+ ]
29
+ },
30
+ "resize_size": [
31
+ 128,
32
+ 128
33
+ ]
34
+ },
35
+ "gripper": {
36
+ "use_gripper": true,
37
+ "gripper_penalty": -0.02,
38
+ "gripper_penalty_in_reward": false
39
+ },
40
+ "reset": {
41
+ "fixed_reset_joint_positions": [
42
+ 0.0,
43
+ 0.195,
44
+ 0.0,
45
+ -2.43,
46
+ 0.0,
47
+ 2.62,
48
+ 0.785
49
+ ],
50
+ "reset_time_s": 2.0,
51
+ "control_time_s": 15.0,
52
+ "terminate_on_success": true
53
+ },
54
+ "reward_classifier": {
55
+ "pretrained_path": null
56
+ }
57
+ }
58
+ },
59
+ "dataset": {
60
+ "repo_id": "pepijn223/il_gym0",
61
+ "root": null,
62
+ "task": "PandaPickCubeKeyboard-v0",
63
+ "num_episodes_to_record": 30,
64
+ "replay_episode": 0,
65
+ "push_to_hub": true
66
+ },
67
+ "mode": null,
68
+ "device": "cuda"
69
+ }