Skip to content

Commit

Permalink
nico config update - reach task
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrecka committed Feb 5, 2024
1 parent 69e74db commit 1e8750d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion myGym/configs/train_F_nico.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
#Environment
"env_name" :"Gym-v0",
"workspace" :"table",
"workspace" :"table_nico",
"engine" :"pybullet",
"render" :"opengl",
"seed" :1,
Expand Down
4 changes: 2 additions & 2 deletions myGym/configs/train_reach_nicorh6d.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
#Environment
"env_name" :"Gym-v0",
"workspace" :"table",
"workspace" :"table_nico",
"engine" :"pybullet",
"render" :"opengl",
"seed" :1,
Expand All @@ -21,7 +21,7 @@
"task_type" :"reach",
"natural_language" :0,
"task_objects" :[{"init":{"obj_name":"null"},
"goal":{"obj_name":"towertarget","fixed":1,"rand_rot":0, "sampling_area":[-0.2, 0.2, 0.43, 0.6, 0.06, 0.07]}}],
"goal":{"obj_name":"towertarget","fixed":1,"rand_rot":0, "sampling_area":[-0.2, 0.2, 0.35, 0.65, 0.1, 0.11]}}],
"used_objects" :{"num_range":[0,0], "obj_list":[]},
// Observation
// actual_state options (pick one): "endeff_xyz", "endeff_6D" (robot end effector), "obj_xyz", "obj_6D", "vae", "yolact", "voxel" or "dope"
Expand Down
4 changes: 2 additions & 2 deletions myGym/envs/robots/nico/nico_upper_rh6d.urdf
Original file line number Diff line number Diff line change
Expand Up @@ -264,14 +264,14 @@
<visual>
<origin rpy="0 0 0" xyz="0 0.0 0.0"/>
<geometry>
<sphere radius="0.005"/>
<sphere radius="0.01"/>
</geometry>
</visual>
</link>
<joint name="endeffector_joint" type="fixed">
<parent link="gripper"/>
<child link="endeffector"/>
<origin rpy="0 0 0" xyz="0.03 0.00 -0.03"/>
<origin rpy="0 0 0" xyz="0.00 -0.02 -0.11"/>
</joint>
<link name="middlefinger">
<visual>
Expand Down

0 comments on commit 1e8750d

Please sign in to comment.