|
1 | 1 | <mujoco model="Cube Solving Manipulation"> |
2 | 2 | <include file="../common.xml"/> |
3 | 3 |
|
| 4 | + <statistic extent="0.4" center="0.3 0.1 0"/> |
4 | 5 | <size memory="1M"/> |
5 | 6 |
|
6 | 7 | <custom> |
| 8 | + <!-- agent/planner settings --> |
7 | 9 | <numeric name="agent_planner" data="0" /> |
8 | 10 | <numeric name="agent_horizon" data="0.25" /> |
9 | 11 | <numeric name="agent_timestep" data="0.01" /> |
|
12 | 14 | <numeric name="sampling_exploration" data="0.1" /> |
13 | 15 | <numeric name="sampling_trajectories" data="20" /> |
14 | 16 | <numeric name="sampling_representation" data="0" /> |
| 17 | + <!-- manual face goals --> |
15 | 18 | <numeric name="residual_Red" data="0 -3.14 3.14"/> |
16 | 19 | <numeric name="residual_Orange" data="0 -3.14 3.14"/> |
17 | 20 | <numeric name="residual_Blue" data="0 -3.14 3.14"/> |
18 | 21 | <numeric name="residual_Green" data="0 -3.14 3.14"/> |
19 | 22 | <numeric name="residual_White" data="0 -3.14 3.14"/> |
20 | 23 | <numeric name="residual_Yellow" data="0 -3.14 3.14"/> |
| 24 | + <!-- GUI elements --> |
21 | 25 | <text name="task_transition" data="Scramble|Solve|Wait|Manual"/> |
22 | 26 | <numeric name="residual_select_Scramble" data="3"/> |
23 | 27 | <text name="residual_list_Scramble" data="1|2|3|4|5|6|7|8|9|10"/> |
24 | 28 | </custom> |
25 | 29 |
|
26 | | - <statistic extent="0.4" center="0.3 0.1 0"/> |
27 | | - |
28 | 30 | <visual> |
29 | 31 | <quality shadowsize="8192"/> |
30 | 32 | <global azimuth="180" elevation="-30"/> |
|
45 | 47 | </worldbody> |
46 | 48 |
|
47 | 49 | <sensor> |
| 50 | + <!-- cost terms --> |
48 | 51 | <user name="In Hand" dim="3" user="1 50 0 100 0.02 2"/> |
49 | 52 | <user name="Orientation" dim="3" user="0 0 0 10" /> |
50 | 53 | <user name="Cube Vel." dim="3" user="0 2.5 0 20" /> |
|
57 | 60 | <user name="Yellow" dim="1" user="0 10.0 0.0 25.0"/> |
58 | 61 | <user name="Grasp" dim="24" user="0 1.0 0.0 10.0" /> |
59 | 62 | <user name="Joint Vel." dim="24" user="0 0.0 0.0 1.0e-1" /> |
| 63 | + <user name="Remaining" dim="1" user="-1 1.0 0.0 1.0" /> |
| 64 | + <!-- sensors --> |
60 | 65 | <framepos name="palm_position" objtype="site" objname="grasp_site"/> |
61 | 66 | <framequat name="cube_goal_orientation" objtype="body" objname="goal"/> |
62 | 67 | </sensor> |
|
0 commit comments