Commit 1ae2595 1 parent c1542b3 commit 1ae2595 Copy full SHA for 1ae2595
File tree 5 files changed +11
-8
lines changed
diploma_thesis/configuration/experiments/jsp
5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ graph: &graph
18
18
is_machine_set_in_work_center_connected : False
19
19
is_work_center_set_in_shop_floor_connected : False
20
20
21
- default_mods : &default_mods []
22
- # - ['util/infrastructure/cuda.yml']
21
+ default_mods : &default_mods
22
+ - ['util/infrastructure/cuda.yml']
23
23
24
24
# ##############################################################################################
25
25
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ ppo_1: &ppo_1
36
36
' __none__' ,
37
37
# 'util/agent/multi_agent.yml'
38
38
]
39
+ - [ 'util/infrastructure/cuda.yml']
39
40
40
41
ppo_2 : &ppo_2
41
42
base_path : ' configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml'
@@ -53,6 +54,7 @@ ppo_2: &ppo_2
53
54
' __none__' ,
54
55
# 'util/agent/multi_agent.yml'
55
56
]
57
+ - [ 'util/infrastructure/cuda.yml']
56
58
57
59
ppo_3 : &ppo_3
58
60
base_path : *base_model
@@ -70,6 +72,7 @@ ppo_3: &ppo_3
70
72
' __none__' ,
71
73
# 'util/agent/multi_agent.yml'
72
74
]
75
+ - [ 'util/infrastructure/cuda.yml']
73
76
74
77
# ##############################################################################################
75
78
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ parameters:
74
74
memory :
75
75
kind : ' prioritized_replay'
76
76
parameters :
77
- size : 8
78
- batch_size : 8
77
+ size : 4
78
+ batch_size : 4
79
79
prefetch : 1
80
80
81
81
return :
Original file line number Diff line number Diff line change @@ -74,8 +74,8 @@ parameters:
74
74
memory :
75
75
kind : ' prioritized_replay'
76
76
parameters :
77
- size : 8
78
- batch_size : 8
77
+ size : 4
78
+ batch_size : 4
79
79
prefetch : 1
80
80
81
81
return :
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ parameters:
78
78
memory :
79
79
kind : ' prioritized_replay'
80
80
parameters :
81
- size : 8
82
- batch_size : 8
81
+ size : 4
82
+ batch_size : 4
83
83
prefetch : 1
84
84
85
85
return :
You can’t perform that action at this time.
0 commit comments