33# python scripts/local/launch_simp.py -c mara_bench.yaml
44---
55APPROACHES :
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