forked from google-deepmind/mujoco_mpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask.xml
29 lines (26 loc) · 1.15 KB
/
task.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<mujoco model="Walker Locomotion">
<include file="../common.xml"/>
<include file="walker.xml" />
<size memory="100K"/>
<custom>
<numeric name="agent_planner" data="0" />
<numeric name="agent_horizon" data="0.8" />
<numeric name="agent_timestep" data="0.01" />
<numeric name="sampling_spline_points" data="3" />
<numeric name="sampling_exploration" data="0.5" />
<numeric name="gradient_spline_points" data="5" />
<numeric name="residual_Height Goal" data="1.2 0.5 1.2" />
<numeric name="residual_Speed Goal" data="0 -5.0 5.0" />
</custom>
<sensor>
<user name="Control" dim="6" user="0 0.1 0.0 1.0" />
<user name="Height" dim="1" user="0 10.0 0.0 10.0" />
<user name="Rotation" dim="1" user="0 3.0 0.0 5.0" />
<user name="Speed" dim="1" user="0 1.0 0.0 1.0" />
<framepos name="trace0" objtype="site" objname="torso_site"/>
<framepos name="torso_position" objtype="xbody" objname="torso"/>
<subtreecom name="torso_subtreecom" body="torso"/>
<subtreelinvel name="torso_subtreelinvel" body="torso"/>
<framezaxis name="torso_zaxis" objtype="xbody" objname="torso"/>
</sensor>
</mujoco>