-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.all.sh
More file actions
48 lines (40 loc) · 2.31 KB
/
Copy pathtest.all.sh
File metadata and controls
48 lines (40 loc) · 2.31 KB
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
# ### 1x10Brf
# python src/run.py --config configs/inference/1x10Brf/A2C.json
# python src/run.py --config configs/inference/1x10Brf/A3C.json
# python src/run.py --config configs/inference/1x10Brf/MetaA2C.json
# python src/run.py --config configs/inference/1x10Brf/MetaA3C.json
# ### 1xCartPole
# python src/run.py --config configs/inference/1xCartPole/A2C.json
# python src/run.py --config configs/inference/1xCartPole/A3C.json
# python src/run.py --config configs/inference/1xCartPole/MetaA2C.json
# python src/run.py --config configs/inference/1xCartPole/MetaA3C.json
# ### 1xQuadrupedal
# python src/run.py --config configs/inference/1xQuadrupedal/A2C.json
# python src/run.py --config configs/inference/1xQuadrupedal/A3C.json
# python src/run.py --config configs/inference/1xQuadrupedal/MetaA2C.json
# python src/run.py --config configs/inference/1xQuadrupedal/MetaA3C.json
# ### 3x2Bemh
# python src/run.py --config configs/inference/3x2Bemh/A2C.json
# python src/run.py --config configs/inference/3x2Bemh/A3C.json
# python src/run.py --config configs/inference/3x2Bemh/MetaA2C.json
# python src/run.py --config configs/inference/3x2Bemh/MetaA3C.json
# ### 5x10Brf
# python src/run.py --config configs/inference/5x10Brf/A2C.json
# python src/run.py --config configs/inference/5x10Brf/A3C.json
# python src/run.py --config configs/inference/5x10Brf/MetaA2C.json
# python src/run.py --config configs/inference/5x10Brf/MetaA3C.json
# ### 10xQuadrupedal
# python src/run.py --config configs/inference/10xQuadrupedal/A2C.json
# python src/run.py --config configs/inference/10xQuadrupedal/A3C.json
# python src/run.py --config configs/inference/10xQuadrupedal/MetaA2C.json
# python src/run.py --config configs/inference/10xQuadrupedal/MetaA3C.json
### 1xLunarLander
# python src/run.py --config configs/inference/1xLunarLander/A2C.json
# python src/run.py --config configs/inference/1xLunarLander/A3C.json
# python src/run.py --config configs/inference/1xLunarLander/MetaA2C.json
# python src/run.py --config configs/inference/1xLunarLander/MetaA3C.json
### 4xLunarLander
# python src/run.py --config configs/inference/4xLunarLander/A2C.json
# python src/run.py --config configs/inference/4xLunarLander/A3C.json
# python src/run.py --config configs/inference/4xLunarLander/MetaA2C.json
# python src/run.py --config configs/inference/4xLunarLander/MetaA3C.json