- Display the game's objective when hovering a '?'/help icon.
- Better support history, i.e. highlighting action and showing corresponding feedback.
- Add a "density map" showing region visited often.
- Add a "trace map" showing the trajectory the agent took.
- Provide an option to run Treasure Hunter in
benchmark.py
.
- Support tracking multiple quests.
- Support nonlinear quests.
- Remove
inventory
attribute and replace it withplayer
. E.g.M.player.add(apple)
. - Do we really need both
GameMaker.facts
andGameMaker.state
? - Support defining multiple quests.
- Integrate it with
GameMaker
as much as possible.
- Make sure we use
GameMaker
in the unit tests rather than usingtextworld.generator.world
.