forked from WilliamSteenbergen/gym-SmartPrimer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun.sh
More file actions
executable file
·50 lines (45 loc) · 2.94 KB
/
Copy pathrun.sh
File metadata and controls
executable file
·50 lines (45 loc) · 2.94 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
49
50
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 1
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 2
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 3
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 4
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 5
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 6
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 7
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 8
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 9
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 10
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 11
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 12
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 13
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 14
# python -m gym_SmartPrimer.examples.exampleBaselineSherry --seed 15
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 1
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 2
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 3
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 4
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 5
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 6
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 7
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 8
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 9
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 10
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 11
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 12
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 13
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 14
# python -m gym_SmartPrimer.examples.exampleHintSherry --seed 15
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 1
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 2
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 3
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 4
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 5
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 6
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 7
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 8
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 9
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 10
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 11
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 12
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 13
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 14
python -m gym_SmartPrimer.examples.examplePPOManualSherry --seed 15