-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun_official_grounded_domains.sh
executable file
·48 lines (48 loc) · 5.62 KB
/
run_official_grounded_domains.sh
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
48
# v2tiny10
python main.py --domain taskographyv2tiny10 --method ploi --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv2tiny10_ploi --logdir cache/results-official --all-problems
# v2tiny10
python main.py --domain taskographyv2tiny10 --method ploi --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv2tiny10_ploi --logdir cache/results-official --all-problems
# v2tiny10
python main.py --domain taskographyv2tiny10 --method hierarchical --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv2tiny10_hierarchical --logdir cache/results-official --all-problems
# v2tiny10
python main.py --domain taskographyv2tiny10 --method hierarchical --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv2tiny10_hierarchical --logdir cache/results-official --all-problems
# v2tiny10
python main.py --domain taskographyv2tiny10 --method scenegraph --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv2tiny10_scenegraph --logdir cache/results-official --all-problems
# v2tiny10
python main.py --domain taskographyv2tiny10 --method scenegraph --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv2tiny10_scenegraph --logdir cache/results-official --all-problems
# v2medium10
python main.py --domain taskographyv2medium10 --method ploi --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv2medium10_ploi --logdir cache/results-official --all-problems
# v2medium10
python main.py --domain taskographyv2medium10 --method ploi --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv2medium10_ploi --logdir cache/results-official --all-problems
# v2medium10
python main.py --domain taskographyv2medium10 --method hierarchical --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv2medium10_hierarchical --logdir cache/results-official --all-problems
# v2medium10
python main.py --domain taskographyv2medium10 --method hierarchical --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv2medium10_hierarchical --logdir cache/results-official --all-problems
# v2medium10
python main.py --domain taskographyv2medium10 --method scenegraph --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv2medium10_scenegraph --logdir cache/results-official --all-problems
# v2medium10
python main.py --domain taskographyv2medium10 --method scenegraph --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv2medium10_scenegraph --logdir cache/results-official --all-problems
# v3tiny10bagslots10
python main.py --domain taskographyv3tiny10bagslots10 --method ploi --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv3tiny10bagslots10_ploi --logdir cache/results-official --all-problems
# v3tiny10bagslots10
python main.py --domain taskographyv3tiny10bagslots10 --method ploi --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv3tiny10bagslots10_ploi --logdir cache/results-official --all-problems
# v3tiny10bagslots10
python main.py --domain taskographyv3tiny10bagslots10 --method hierarchical --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv3tiny10bagslots10_hierarchical --logdir cache/results-official --all-problems
# v3tiny10bagslots10
python main.py --domain taskographyv3tiny10bagslots10 --method hierarchical --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv3tiny10bagslots10_hierarchical --logdir cache/results-official --all-problems
# v3tiny10bagslots10
python main.py --domain taskographyv3tiny10bagslots10 --method scenegraph --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv3tiny10bagslots10_scenegraph --logdir cache/results-official --all-problems
# v3tiny10bagslots10
python main.py --domain taskographyv3tiny10bagslots10 --method scenegraph --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv3tiny10bagslots10_scenegraph --logdir cache/results-official --all-problems
# v3medium10bagslots10
python main.py --domain taskographyv3medium10bagslots10 --method ploi --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv3medium10bagslots10_ploi --logdir cache/results-official --all-problems
# v3medium10bagslots10
python main.py --domain taskographyv3medium10bagslots10 --method ploi --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv3medium10bagslots10_ploi --logdir cache/results-official --all-problems
# v3medium10bagslots10
python main.py --domain taskographyv3medium10bagslots10 --method hierarchical --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv3medium10bagslots10_hierarchical --logdir cache/results-official --all-problems
# v3medium10bagslots10
python main.py --domain taskographyv3medium10bagslots10 --method hierarchical --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv3medium10bagslots10_hierarchical --logdir cache/results-official --all-problems
# v3medium10bagslots10
python main.py --domain taskographyv3medium10bagslots10 --method scenegraph --num-train-problems 40 --epochs 401 --mode train --timeout 30 --expid taskographyv3medium10bagslots10_scenegraph --logdir cache/results-official --all-problems
# v3medium10bagslots10
python main.py --domain taskographyv3medium10bagslots10 --method scenegraph --num-train-problems 40 --epochs 401 --mode test --timeout 30 --expid taskographyv3medium10bagslots10_scenegraph --logdir cache/results-official --all-problems