Skip to content

Commit 7d0de46

Browse files
setup ViLA experiments for coffee
1 parent f608d8f commit 7d0de46

2 files changed

Lines changed: 12 additions & 10 deletions

File tree

scripts/cluster_utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ def generate_run_configs(config_filename: str,
134134
train_refinement_estimator,
135135
start_seed, num_seeds)
136136
else:
137-
for seed in range(start_seed, start_seed + num_seeds):
137+
# HACK! hardcoding seeds for now!
138+
for seed in [0, 2, 3, 4, 7]: #range(start_seed, start_seed + num_seeds):
138139
yield SingleSeedRunConfig(experiment_id, approach, env,
139140
run_args, run_flags, use_gpu,
140141
use_mujoco,

scripts/configs/pred_invention_vlm.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ APPROACHES:
3737
# FLAGS:
3838
# offline_data_method: demo_with_vlm_imgs
3939
# vlm_predicate_vision_api_generate_ground_atoms: True
40-
# vila-with-fewshot:
41-
# NAME: "vlm_open_loop"
42-
# FLAGS:
43-
# vlm_open_loop_use_training_demos: True
44-
# vila-pure:
45-
# NAME: "vlm_open_loop"
46-
# FLAGS:
47-
# vlm_open_loop_use_training_demos: False
40+
vila-with-fewshot:
41+
NAME: "vlm_open_loop"
42+
FLAGS:
43+
vlm_open_loop_use_training_demos: True
44+
vila-pure:
45+
NAME: "vlm_open_loop"
46+
FLAGS:
47+
vlm_open_loop_use_training_demos: False
4848

4949
ENVS:
5050
# burger_no_move_more_stacks:
@@ -253,8 +253,9 @@ ENVS:
253253
# grammar_search_early_termination_heuristic_thresh: 100
254254

255255
ARGS:
256-
[]
256+
# []
257257
# - "debug"
258+
- "load_data"
258259
FLAGS:
259260
vlm_model_name: gpt-4o
260261
num_test_tasks: 10

0 commit comments

Comments
 (0)