google-deepmind / lab

A customisable 3D platform for agent-based AI research
Other
7.11k stars 1.37k forks source link

using deepmind lab in the python repl #42

Closed JACKHAHA363 closed 7 years ago

JACKHAHA363 commented 7 years ago

I try to understand the effect of each python API, so I launch the python repl and import the deepmind_lab.so. But after I could not launch the game because lab = deepmind_lab.Lab('seekavoid_arena_01', ['RGB_INTERLACED']) would give me error saying invalid level flag. Basically the library cannot locate the assets. But if I make a script and trying to add that script in Bazel, everything works fine.

I am curious if I could launch the game in a more interactive way?

JACKHAHA363 commented 7 years ago

resolved in #37