From cf17bb0aba56316281804999d3fb899fb2276fa2 Mon Sep 17 00:00:00 2001 From: Yury Hayeu Date: Wed, 24 Apr 2024 13:14:25 +0200 Subject: [PATCH] Change training schedule --- .../configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml | 2 +- .../experiments/jsp/GRAPH-NN/flexible_marl_machine.yml | 2 +- .../configuration/experiments/jsp/GRAPH-NN/machine.yml | 2 +- .../configuration/experiments/jsp/GRAPH-NN/marl_machine.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml index c71ad49..a7fe49f 100644 --- a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml +++ b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_machine.yml @@ -54,7 +54,7 @@ parameters: parameters: decay: 1.0 update_steps: 20 - epochs: 5 + epochs: 3 memory: kind: 'replay' diff --git a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_marl_machine.yml b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_marl_machine.yml index 22bd892..a77f040 100644 --- a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_marl_machine.yml +++ b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/flexible_marl_machine.yml @@ -55,7 +55,7 @@ parameters: parameters: decay: 1.0 update_steps: 20 - epochs: 5 + epochs: 3 memory: kind: 'replay' diff --git a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/machine.yml b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/machine.yml index 700c369..dddc3d6 100644 --- a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/machine.yml +++ b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/machine.yml @@ -54,7 +54,7 @@ parameters: parameters: decay: 1.0 update_steps: 20 - epochs: 5 + epochs: 3 memory: kind: 'replay' diff --git a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/marl_machine.yml b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/marl_machine.yml index b382b75..c85cbba 100644 --- a/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/marl_machine.yml +++ b/diploma_thesis/configuration/experiments/jsp/GRAPH-NN/marl_machine.yml @@ -55,7 +55,7 @@ parameters: parameters: decay: 1.0 update_steps: 20 - epochs: 5 + epochs: 3 memory: kind: 'replay'