Skip to content

Commit 79c2706

Browse files
committed
Uncomment mf_option_learning_agent configuration in predicator_v3.yaml
1 parent d9bdaf7 commit 79c2706

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

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)