Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Patch fix for MultiwozV22DSTTeacher #4695

Merged
merged 9 commits into from
Jul 29, 2022
Merged
2 changes: 1 addition & 1 deletion parlai/tasks/multiwoz_v22/agents.py
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ def get_id_task_prefix(self):
return "MultiwozV22"


class MultiWOZv22DSTTeacher(tod_agents.TodUserSimulatorTeacher):
class MultiWOZv22DSTTeacher(MultiwozV22Parser, tod_agents.TodUserSimulatorTeacher):
"""
This Teacher is responsible for performing the task of Dialogue State Tracking.

Expand Down