Skip to content

Commit 1ae2595

Browse files
committed
Change training schedule
1 parent c1542b3 commit 1ae2595

File tree

5 files changed

+11
-8
lines changed

5 files changed

+11
-8
lines changed

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/2 (DQN)/experiment.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ graph: &graph
1818
is_machine_set_in_work_center_connected: False
1919
is_work_center_set_in_shop_floor_connected: False
2020

21-
default_mods: &default_mods []
22-
# - ['util/infrastructure/cuda.yml']
21+
default_mods: &default_mods
22+
- ['util/infrastructure/cuda.yml']
2323

2424
###############################################################################################
2525

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/experiments/5 (PPO)/experiment.yml

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ ppo_1: &ppo_1
3636
'__none__',
3737
# 'util/agent/multi_agent.yml'
3838
]
39+
- [ 'util/infrastructure/cuda.yml']
3940

4041
ppo_2: &ppo_2
4142
base_path: 'configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml'
@@ -53,6 +54,7 @@ ppo_2: &ppo_2
5354
'__none__',
5455
# 'util/agent/multi_agent.yml'
5556
]
57+
- [ 'util/infrastructure/cuda.yml']
5658

5759
ppo_3: &ppo_3
5860
base_path: *base_model
@@ -70,6 +72,7 @@ ppo_3: &ppo_3
7072
'__none__',
7173
# 'util/agent/multi_agent.yml'
7274
]
75+
- [ 'util/infrastructure/cuda.yml']
7376

7477
###############################################################################################
7578

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_ppo_machine.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ parameters:
7474
memory:
7575
kind: 'prioritized_replay'
7676
parameters:
77-
size: 8
78-
batch_size: 8
77+
size: 4
78+
batch_size: 4
7979
prefetch: 1
8080

8181
return:

diploma_thesis/configuration/experiments/jsp/GRAPH-NN/ppo_machine.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ parameters:
7474
memory:
7575
kind: 'prioritized_replay'
7676
parameters:
77-
size: 8
78-
batch_size: 8
77+
size: 4
78+
batch_size: 4
7979
prefetch: 1
8080

8181
return:

diploma_thesis/configuration/experiments/jsp/MARL-DQN/experiment/4/machine.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ parameters:
7878
memory:
7979
kind: 'prioritized_replay'
8080
parameters:
81-
size: 8
82-
batch_size: 8
81+
size: 4
82+
batch_size: 4
8383
prefetch: 1
8484

8585
return:

0 commit comments

Comments
 (0)