google-deepmind / lab

A customisable 3D platform for agent-based AI research

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Banino et. al. Grid Cells explore_goal_locations and explore_obstructed_goals

jjwang01 opened this issue · comments

Hi there, I'm trying to reproduce some experiments from the "Vector-based navigation using grid-like
representations in artificial agents" paper by Banino et. al. In the appendix, they claim that two tasks they used to train their agent, explore_goal_locations and explore_obstructed_goals, were included as part of a release in DeepMind Lab. I'm having trouble finding these tasks, would you be able to point me to where they are located? Thanks!

See the code and documentation here:
https://github.com/deepmind/lab/tree/master/game_scripts/levels/contributed/dmlab30
Where you will find small and large versions oth those levels.
i.e.

levelName="contributed/dmlab30/explore_goal_locations_small"
levelName="contributed/dmlab30/explore_goal_locations_large"
levelName="contributed/dmlab30/explore_obstructed_goals_small"
levelName="contributed/dmlab30/explore_obstructed_goals_large"