Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yura-hb committed May 5, 2024
1 parent d881c31 commit 7780536
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 32 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ base_model: &base_model 'configuration/experiments/jsp/GRAPH-NN/experiments/1/fl

default_mods: &default_mods
- 'util/train_schedule/on_store_32.yml'
- 'util/infrastructure/cuda.yml'
- 'agent/dqn/ddqn.yml'
# - 'util/infrastructure/cuda.yml'

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

Expand All @@ -14,7 +15,6 @@ dqn_1: &dqn_1
mod_dirs:
- 'configuration/mods/machine/mods'
mods:
- 'agent/dqn/ddqn.yml'
- *default_mods


Expand All @@ -26,7 +26,6 @@ dqn_2: &dqn_2
mod_dirs:
- 'configuration/mods/machine/mods'
mods:
- 'agent/dqn/ddqn.yml'
- *default_mods

###############################################################################################
Expand All @@ -37,18 +36,16 @@ dqn_3: &dqn_3
mod_dirs:
- 'configuration/mods/machine/mods'
mods:
- 'agent/dqn/ddqn.yml'
- *default_mods

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

dqn_4: &dqn_4
base_path: *base_model
template: 'custom_gat'
template: 'hierarchical_gat'
mod_dirs:
- 'configuration/mods/machine/mods'
mods:
- 'agent/dqn/ddqn.yml'
- *default_mods

###############################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ppo_1: &ppo_1
- [
'__none__',
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

ppo_2: &ppo_2
Expand All @@ -34,9 +34,9 @@ ppo_2: &ppo_2
'__none__',
# 'agent/ppo/p3or.yml'
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

ppo_3: &ppo_3
Expand All @@ -51,9 +51,9 @@ ppo_3: &ppo_3
'__none__',
# 'agent/ppo/p3or.yml'
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

ppo_4: &ppo_4
Expand All @@ -68,9 +68,9 @@ ppo_4: &ppo_4
'__none__',
# 'agent/ppo/p3or.yml'
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

###############################################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ base_model: &base_model 'configuration/experiments/jsp/GRAPH-NN/experiments/3/ma


default_mods: &default_mods
- 'util/infrastructure/cuda.yml'
# - 'util/infrastructure/cuda.yml'
- 'util/train_schedule/on_store_32.yml'

###############################################################################################
Expand Down Expand Up @@ -44,7 +44,7 @@ dqn_3: &dqn_3

dqn_4: &dqn_4
base_path: *base_model
template: 'custom_gat'
template: 'hierarchical_gat'
mod_dirs:
- 'configuration/mods/machine/mods'
mods:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ ppo_1: &ppo_1
- [
'__none__',
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

ppo_2: &ppo_2
Expand All @@ -46,9 +46,9 @@ ppo_2: &ppo_2
'__none__',
# 'agent/ppo/p3or.yml'
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

ppo_3: &ppo_3
Expand All @@ -63,9 +63,9 @@ ppo_3: &ppo_3
'__none__',
# 'agent/ppo/p3or.yml'
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

ppo_4: &ppo_4
Expand All @@ -80,9 +80,9 @@ ppo_4: &ppo_4
'__none__',
# 'agent/ppo/p3or.yml'
]
- [
'util/infrastructure/cuda.yml'
]
# - [
# 'util/infrastructure/cuda.yml'
# ]
- [ 'util/train_schedule/on_stored_data_exclusively_3.yml']

###############################################################################################
Expand Down

0 comments on commit 7780536

Please sign in to comment.