Closed NoB0 closed 1 year ago
Current Branch | Main Branch |
---|---|
A question before approving: DialogueEnvMovieBot and DialogueEnvMovieBotNoNLU share some components. Do we want to extract a base classs?
That is correct, I already created a follow-up issue #214 to do so.
This PR is part of issue #211. It includes the two different environment that can be used for reinforcement learning.
Note that the code for both environments is extremely similar are the only difference is in the function
step()
. A follow-up issue #214 has been created to extract common functions into a parent class.