forked from google-deepmind/mujoco_mpc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask.xml
28 lines (25 loc) · 1.07 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
<mujoco model="Cart-Pole Swing-Up">
<include file="../common.xml"/>
<include file="cartpole.xml" />
<size memory="4K"/>
<custom>
<numeric name="agent_planner" data="1" />
<numeric name="agent_horizon" data="1.0" />
<numeric name="agent_timestep" data="0.01" />
<numeric name="sampling_sample_width" data="0.01" />
<numeric name="sampling_control_width" data="0.015" />
<numeric name="sampling_spline_points" data="10" />
<numeric name="sampling_exploration" data="0.5" />
<numeric name="gradient_spline_points" data="10" />
<numeric name="residual_Goal" data="0.0 -1.5 1.5" />
</custom>
<sensor>
<user name="Vertical" dim="1" user="6 10.0 0 100.0 0.01"/>
<user name="Centered" dim="1" user="6 10.0 0 100.0 0.1"/>
<user name="Velocity" dim="1" user="0 0.1 0.0 1.0"/>
<user name="Control" dim="1" user="0 0.1 0.0 1.0"/>
<framepos name="trace0" objtype="site" objname="tip"/>
<framepos name="position" objtype="site" objname="tip"/>
<framelinvel name="velocity" objtype="site" objname="tip"/>
</sensor>
</mujoco>