-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinference_debug.sh
More file actions
executable file
·47 lines (46 loc) · 981 Bytes
/
inference_debug.sh
File metadata and controls
executable file
·47 lines (46 loc) · 981 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
FROM_IDX=$1
TO_IDX=$2
DISPLAY=$3
SPLIT=$4
NAME=$5
SEM_POLICTY_TYPE=$6
MLM_FNAME=$7
MLM_OPTIONS=$8
SEED=$9
GRID_SZ=${10}
TEMPERATURE=${11}
LANG_GRANULARITY=${12}
CENTERING=${13}
TARGET_OFFSET=${14}
OBSTACLE_SELEM=${15}
python main.py \
-n1 \
--max_episode_length 1000 \
--num_local_steps 25 \
--num_processes 1 \
--eval_split ${SPLIT} \
--from_idx ${FROM_IDX} \
--to_idx ${TO_IDX} \
--max_fails 10 \
--debug_local \
--set_dn ${NAME} \
--learned_depth \
--use_sem_seg \
-v 0 \
--which_gpu 0 \
--x_display ${DISPLAY} \
--sem_policy_type ${SEM_POLICTY_TYPE} \
--mlm_fname ${MLM_FNAME} \
--mlm_options ${MLM_OPTIONS} \
--seed ${SEED} \
--splits alfred_data_small/splits/oct21.json \
--grid_sz ${GRID_SZ} \
--mlm_temperature ${TEMPERATURE} \
--approx_last_action_success \
--language_granularity ${LANG_GRANULARITY} \
--centering_strategy ${CENTERING} \
--target_offset_interaction ${TARGET_OFFSET} \
--obstacle_selem ${OBSTACLE_SELEM} \
--ignore_sliced \
--debug_env \
--save_pictures