@@ -68,21 +68,21 @@ ENVS:
6868 # process_learning_use_empirical: True
6969 # predicate_invent_invent_derived_predicates: True
7070 # script_option_file_name: "domino2.txt"
71- coffee :
72- NAME : " pybullet_coffee"
73- FLAGS :
74- excluded_predicates : " Twisting,PressingButton,NotSameCup,RobotAboveCup"
75- coffee_rotated_jug_ratio : 0
76- coffee_num_cups_train : [1]
77- coffee_machine_have_light_bar : False
78- coffee_move_back_after_place_and_push : True
79- coffee_machine_has_plug : False
80- coffee_combined_move_and_twist_policy : True
81- coffee_use_pixelated_jug : True
82- coffee_fill_jug_gradually : True
83- max_num_steps_option_rollout : 100
84- horizon : 300
85- script_option_file_name : " coffee.txt"
71+ # coffee:
72+ # NAME: "pybullet_coffee"
73+ # FLAGS:
74+ # excluded_predicates: "Twisting,PressingButton,NotSameCup,RobotAboveCup"
75+ # coffee_rotated_jug_ratio: 0
76+ # coffee_num_cups_train: [1]
77+ # coffee_machine_have_light_bar: False
78+ # coffee_move_back_after_place_and_push: True
79+ # coffee_machine_has_plug: False
80+ # coffee_combined_move_and_twist_policy: True
81+ # coffee_use_pixelated_jug: True
82+ # coffee_fill_jug_gradually: True
83+ # max_num_steps_option_rollout: 100
84+ # horizon: 300
85+ # script_option_file_name: "coffee.txt"
8686 # grow:
8787 # NAME: "pybullet_grow"
8888 # FLAGS:
@@ -92,18 +92,19 @@ ENVS:
9292 # grow_weak_pour_terminate_condition: True
9393 # grow_place_option_no_sampler: True
9494 # horizon: 400
95- # boil:
96- # NAME: "pybullet_boil"
97- # FLAGS:
98- # excluded_objects_in_state_str: "switch"
99- # max_num_steps_option_rollout: 50
100- # horizon: 500 # 300 should be enough, 50 is good during dev
101- # # boil_goal: "task_completed" # This option isn't fully ready because
102- # # with the current only_learn_exogenous_processes setting, it won't try
103- # # to learn the precondition for the DeclareComplete option.
104- # boil_goal: "human_happy" # Can also be "task_completed", "simple"
105- # # boil_goal: "simple"
106- # boil_require_jug_full_to_heatup: True
95+ boil :
96+ NAME : " pybullet_boil"
97+ FLAGS :
98+ excluded_objects_in_state_str : " switch"
99+ max_num_steps_option_rollout : 50
100+ horizon : 500 # 300 should be enough, 50 is good during dev
101+ # boil_goal: "task_completed" # This option isn't fully ready because
102+ # with the current only_learn_exogenous_processes setting, it won't try
103+ # to learn the precondition for the DeclareComplete option.
104+ boil_goal : " human_happy" # Can also be "task_completed", "simple"
105+ # boil_goal: "simple"
106+ boil_require_jug_full_to_heatup : True
107+ script_option_file_name : " boil.txt"
107108 # fan:
108109 # NAME: "pybullet_fan"
109110 # FLAGS:
0 commit comments