Christian Geishauser
Results
1
issues of
Christian Geishauser
Hi all, in the script ConvLab-2/convlab2/policy/vector/vector_multiwoz.py in line 168 onwards, there is the following code: book = np.zeros(len(self.db_domains)) for i, domain in enumerate(self.db_domains): if state['belief_state'][domain.lower()]['book']['booked']: book[i] = 1. This checks...
bug