From 44637d3057f0ef676525ded6a783da8bf6bae924 Mon Sep 17 00:00:00 2001
From: Carel van Niekerk <niekerk@hhu.de>
Date: Fri, 14 Apr 2023 15:38:04 +0000
Subject: [PATCH] Update setup.py,
 convlab/policy/ppo/configs/GenTUS-BertNLU-RuleDST-PPOPolicy.json,
 convlab/policy/ppo/configs/emoUS-BertNLU-RuleDST-PPOPolicy.json

---
 .../ppo/{ => configs}/GenTUS-BertNLU-RuleDST-PPOPolicy.json     | 0
 .../ppo/{ => configs}/emoUS-BertNLU-RuleDST-PPOPolicy.json      | 2 +-
 setup.py                                                        | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename convlab/policy/ppo/{ => configs}/GenTUS-BertNLU-RuleDST-PPOPolicy.json (100%)
 rename convlab/policy/ppo/{ => configs}/emoUS-BertNLU-RuleDST-PPOPolicy.json (99%)

diff --git a/convlab/policy/ppo/GenTUS-BertNLU-RuleDST-PPOPolicy.json b/convlab/policy/ppo/configs/GenTUS-BertNLU-RuleDST-PPOPolicy.json
similarity index 100%
rename from convlab/policy/ppo/GenTUS-BertNLU-RuleDST-PPOPolicy.json
rename to convlab/policy/ppo/configs/GenTUS-BertNLU-RuleDST-PPOPolicy.json
diff --git a/convlab/policy/ppo/emoUS-BertNLU-RuleDST-PPOPolicy.json b/convlab/policy/ppo/configs/emoUS-BertNLU-RuleDST-PPOPolicy.json
similarity index 99%
rename from convlab/policy/ppo/emoUS-BertNLU-RuleDST-PPOPolicy.json
rename to convlab/policy/ppo/configs/emoUS-BertNLU-RuleDST-PPOPolicy.json
index eba5bde8..f3f4c4f1 100644
--- a/convlab/policy/ppo/emoUS-BertNLU-RuleDST-PPOPolicy.json
+++ b/convlab/policy/ppo/configs/emoUS-BertNLU-RuleDST-PPOPolicy.json
@@ -54,4 +54,4 @@
         }
     },
     "usr_nlg": {}
-}
\ No newline at end of file
+}
diff --git a/setup.py b/setup.py
index b88454cc..0a94fb0e 100755
--- a/setup.py
+++ b/setup.py
@@ -77,6 +77,6 @@ setup(
     url='https://github.com/ConvLab/ConvLab-3',
     author='convlab',
     author_email='convlab@googlegroups.com',
-    python_requires='>=3.7',
+    python_requires='>=3.8',
     zip_safe=False
 )
-- 
GitLab