From f3544c862a9d33c3bc0d50a32bed61db1ba2b991 Mon Sep 17 00:00:00 2001
From: linh <linh@hilbert314.hilbert.hpc.uni-duesseldorf.de>
Date: Wed, 19 Oct 2022 14:46:18 +0200
Subject: [PATCH] default parameters

---
 convlab2/policy/genTUS/stepGenTUS.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/convlab2/policy/genTUS/stepGenTUS.py b/convlab2/policy/genTUS/stepGenTUS.py
index c85bad7..142416a 100644
--- a/convlab2/policy/genTUS/stepGenTUS.py
+++ b/convlab2/policy/genTUS/stepGenTUS.py
@@ -30,7 +30,7 @@ class UserActionPolicy(Policy):
         # self.max_in_len = 500
         # self.max_out_len = 100 if only_action else 200
         self.max_in_len = 200
-        self.max_out_len = 50 # if only_action else 200
+        self.max_out_len = 100 if only_action else 200
         max_act_len = kwargs.get("max_act_len", 3)
         self.max_action_len = max_act_len
         if "max_act_len" in kwargs:
-- 
GitLab