microsoft / TextWorld

​TextWorld is a sandbox learning environment for the training and evaluation of reinforcement learning (RL) agents on text-based games.
Other
1.23k stars 188 forks source link

FIX: quests tracking was failing with unneeded irreversible actions. #184

Closed MarcCote closed 5 years ago

MarcCote commented 5 years ago

This PR makes sure quest tracking is not stopping prematurely when an irreversible - but unneeded - action is performed in a game. E.g. eat a cookie when the quest is all about cooking a carrot!