We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f57c90c commit 16f39faCopy full SHA for 16f39fa
1 file changed
predicators/ground_truth_models/coffee/options.py
@@ -839,7 +839,8 @@ def _get_options_skill_factories(
839
robot_init_wrist=PyBulletCoffeeEnv.robot_init_wrist,
840
robot_home_pos=(env_cls.robot_init_x, env_cls.robot_init_y,
841
env_cls.robot_init_z),
842
- transport_z=env_cls.z_ub - 0.1,
+ transport_z=0.7,
843
+ move_to_pose_tol=cls.pour_policy_tol,
844
)
845
846
push_config = replace(config, transport_z=env_cls.z_ub - 0.3)
0 commit comments