Change requirements
This commit is contained in:
parent
312225b307
commit
71f525ec07
@ -1,5 +1,6 @@
|
||||
flair==0.13.1
|
||||
conllu==4.5.3
|
||||
pandas==1.5.3
|
||||
numpy==1.26.4
|
||||
torch==2.3.0
|
||||
numpy==1.24.4
|
||||
torch==2.3.0
|
||||
fuzzywuzzy==0.18.0
|
@ -56,4 +56,6 @@ class SimpleRulePolicy(Policy):
|
||||
if domain in ["pizza", "drink"]:
|
||||
system_action[(domain, 'Recommend')].append(['Name', choice['name']])
|
||||
if domain in ["size"]:
|
||||
system_action[(domain, 'Recommend')].append(['Size', choice['size']])
|
||||
system_action[(domain, 'Recommend')].append(['Size', choice['size']])
|
||||
|
||||
dialogPolicy = SimpleRulePolicy()
|
Loading…
Reference in New Issue
Block a user