iai-group / MovieBot

IAI MovieBot
https://iai-group.github.io/MovieBot/
MIT License
8 stars 10 forks source link

Gymnasium environments #213

Closed NoB0 closed 1 year ago

NoB0 commented 1 year ago

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.

github-actions[bot] commented 1 year ago
Current Branch Main Branch
Coverage Badge Coverage Badge
NoB0 commented 1 year ago

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.