Closed JamesCao2048 closed 8 months ago
Sorry for the late reply. Yes the RulePolicy is not supported in ConvLab-3 because the mismatch of ontology between ConvLab-2 and ConvLab-3. Have you seen this issue (#152) for end-to-end testing of TUS ?
Thanks, this address my problem
Describe the feature A clear and concise description of what the feature is. The end2end evaluation scripts in
examples/agent_examples/
seem to be directly copied from ConvLab2, thus have some problems. For example,RulePolicy
seems not to be supported in ConvLab3 now.PPOPolicy
intest_BERTNLU-RuleDST-PPOPolicy-TemplateNLG.py
isMultiwoz
, which is not supported in ConvLab3.There is a
Getting_Started.ipynb
point intutorials/Getting_Started.ipynb
, but it only provides an interactive test, not an end2end test. I add a user pipeline agent to it as below,,but got this error
If I change the user policy to RulePolicy, I met this error,
Expected behavior End2End tests adapted to ConvLab3 are needed.
Additional context Add any other context about the feature here.