Skip to content

Commit adce01a

Browse files
committed
Change training schedule
1 parent b1d8648 commit adce01a

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

diploma_thesis/agents/machine/state/custom_encoder.py

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ def __encode__(self, parameters: StateEncoder.Input) -> State:
5757
values = [
5858
job.processing_times.view(-1) / self.norm_factor,
5959

60+
6061
job.history.arrived_at_machine >= 0,
6162
job.history.started_at >= 0,
6263
job.history.finished_at >= 0,

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,9 +312,9 @@ task:
312312
machine_agent:
313313
parameters:
314314
- *dqn_1
315-
- *marl_dqn_2
315+
# - *marl_dqn_2
316316
- *dqn_3
317-
- *marl_dqn_4
317+
# - *marl_dqn_4
318318
- output_dir: 'GAT'
319319
machine_agent:
320320
parameters:

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ppo_1: &ppo_1
3030
- [ 'util/optimizer/grad_norm.yml' ]
3131
- [
3232
'__none__',
33-
# 'agent/ppo/p3or.yml'
33+
'agent/ppo/p3or.yml'
3434
]
3535
- [
3636
'__none__',

0 commit comments

Comments
 (0)