Skip to content
Snippets Groups Projects
Unverified Commit 2ca37fa1 authored by Christian Geishauser's avatar Christian Geishauser Committed by GitHub
Browse files

Update multiwoz_eval.

 Need to reset self.successful_domains when a new goal is provided.
parent 4787ac63
No related branches found
No related tags found
No related merge requests found
......@@ -93,6 +93,7 @@ class MultiWozEvaluator(Evaluator):
self.cur_domain = ''
self.booked = self._init_dict_booked()
self.booked_states = self._init_dict_booked()
self.successful_domains = []
def add_sys_da(self, da_turn, belief_state):
"""add sys_da into array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment