aractingi commited on
Commit
5995f14
·
verified ·
1 Parent(s): 0683dea

Create gym_hil/env_config.json

Browse files
Files changed (1) hide show
  1. rl/gym_hil/env_config.json +33 -0
rl/gym_hil/env_config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "env": {
3
+ "name": "gym_hil",
4
+ "task": "PandaPickCubeGamepad-v0",
5
+ "fps": 10,
6
+ "robot": null,
7
+ "teleop": null,
8
+ "processor": {
9
+ "control_mode": "gamepad",
10
+ "gripper": {
11
+ "use_gripper": true,
12
+ "gripper_penalty": -0.02,
13
+ "gripper_penalty_in_reward": false
14
+ },
15
+ "reset": {
16
+ "fixed_reset_joint_positions": [0.0, 0.195, 0.0, -2.43, 0.0, 2.62, 0.785],
17
+ "reset_time_s": 2.0,
18
+ "control_time_s": 15.0,
19
+ "terminate_on_success": true
20
+ }
21
+ }
22
+ },
23
+ "dataset": {
24
+ "repo_id": "aractingi/franka_sim_pick_lift_6",
25
+ "root": null,
26
+ "task": "PandaPickCubeGamepad-v0",
27
+ "num_episodes_to_record": 30,
28
+ "replay_episode": 0,
29
+ "push_to_hub": true
30
+ },
31
+ "mode": null,
32
+ "device": "cpu"
33
+ }