Skip to content

Commit

Permalink
Change training schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
yura-hb committed Apr 23, 2024
1 parent c1542b3 commit 1ae2595
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ graph: &graph
is_machine_set_in_work_center_connected: False
is_work_center_set_in_shop_floor_connected: False

default_mods: &default_mods []
# - ['util/infrastructure/cuda.yml']
default_mods: &default_mods
- ['util/infrastructure/cuda.yml']

###############################################################################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ppo_1: &ppo_1
'__none__',
# 'util/agent/multi_agent.yml'
]
- [ 'util/infrastructure/cuda.yml']

ppo_2: &ppo_2
base_path: 'configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml'
Expand All @@ -53,6 +54,7 @@ ppo_2: &ppo_2
'__none__',
# 'util/agent/multi_agent.yml'
]
- [ 'util/infrastructure/cuda.yml']

ppo_3: &ppo_3
base_path: *base_model
Expand All @@ -70,6 +72,7 @@ ppo_3: &ppo_3
'__none__',
# 'util/agent/multi_agent.yml'
]
- [ 'util/infrastructure/cuda.yml']

###############################################################################################

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ parameters:
memory:
kind: 'prioritized_replay'
parameters:
size: 8
batch_size: 8
size: 4
batch_size: 4
prefetch: 1

return:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ parameters:
memory:
kind: 'prioritized_replay'
parameters:
size: 8
batch_size: 8
size: 4
batch_size: 4
prefetch: 1

return:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ parameters:
memory:
kind: 'prioritized_replay'
parameters:
size: 8
batch_size: 8
size: 4
batch_size: 4
prefetch: 1

return:
Expand Down

0 comments on commit 1ae2595

Please sign in to comment.