Skip to content

Commit 7b79952

Browse files
committed
Configure option_learning agent for domino task, tighten release_z range
1 parent d747c78 commit 7b79952

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

predicators/ground_truth_models/skill_factories/place.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
("target_x (world x position for placement)", 0.4, 1.1),
4343
("target_y (world y position for placement)", 1.1, 1.6),
4444
("target_yaw (placement orientation in radians)", -np.pi, np.pi),
45-
("release_z (world z height to open gripper)", 0.4, 0.6),
45+
("release_z (world z height to open gripper)", 0.5, 0.6),
4646
]
4747

4848

scripts/configs/predicatorv3/predicator_v3.yaml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
# python scripts/local/launch_simp.py -c mara_bench.yaml
44
---
55
APPROACHES:
6-
human_interaction:
7-
NAME: "human_interaction"
8-
FLAGS:
9-
human_interaction_approach_use_scripted_option: True
10-
human_interaction_approach_use_all_options: True
11-
scripted_option_dir: "scripted_option_policies"
12-
script_option_file_name: "domino2.txt"
13-
skill_phase_use_motion_planning: True
6+
# human_interaction:
7+
# NAME: "human_interaction"
8+
# FLAGS:
9+
# human_interaction_approach_use_scripted_option: True
10+
# human_interaction_approach_use_all_options: True
11+
# scripted_option_dir: "scripted_option_policies"
12+
# script_option_file_name: "domino2.txt"
13+
# skill_phase_use_motion_planning: True
1414
# oracle:
1515
# NAME: "oracle_process_planning"
1616
# FLAGS:
@@ -25,17 +25,17 @@ APPROACHES:
2525
# terminate_on_goal_reached_and_option_terminated: True
2626
# agent_planner_isolate_test_session: True
2727
# agent_sdk_use_docker_sandbox: True
28-
# mf_option_learning_agent:
29-
# NAME: "agent_option_learning"
30-
# FLAGS:
31-
# explorer: "agent"
32-
# option_learner: "agent"
33-
# demonstrator: "oracle_process_planning"
34-
# terminate_on_goal_reached_and_option_terminated: True
35-
# agent_planner_isolate_test_session: True
36-
# # agent_sdk_use_docker_sandbox: True
37-
# agent_sdk_use_local_sandbox: True
38-
# agent_sdk_max_agent_turns_per_iteration: 40
28+
mf_option_learning_agent:
29+
NAME: "agent_option_learning"
30+
FLAGS:
31+
explorer: "agent"
32+
option_learner: "agent"
33+
demonstrator: "oracle_process_planning"
34+
terminate_on_goal_reached_and_option_terminated: True
35+
agent_planner_isolate_test_session: True
36+
# agent_sdk_use_docker_sandbox: True
37+
agent_sdk_use_local_sandbox: True
38+
agent_sdk_max_agent_turns_per_iteration: 40
3939
# mb_agent:
4040
# NAME: "agent_abstraction_learning"
4141
# FLAGS:

0 commit comments

Comments
 (0)