From dbb9a1a2613d8e306fa726089e2c294a29f9f133 Mon Sep 17 00:00:00 2001 From: Runzhong Wang <18309862+rogerwwww@users.noreply.github.com> Date: Wed, 19 Apr 2023 11:28:51 +0800 Subject: [PATCH] update a note of configs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 284b75b..38bc053 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,8 @@ And you should find an executable at ``./LKH-3.0.6/LKH``, which will be called b ## Run Experiments We provide the implementation of PPO-BiHyb and the single-level RL baseline PPO-Single used in our paper. To run evaluation from a pretrained model, replace ``train`` by ``eval`` in the following commands. +The config files are in the directory ``config/``. + ### DAG Scheduling PPO-BiHyb: ```