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: facts and location as additional information #160

Closed MarcCote closed 5 years ago

MarcCote commented 5 years ago

EnvInfos already had options for requesting the list of facts and the current location but they were not fully implemented. This PR addresses that.