lab icon indicating copy to clipboard operation
lab copied to clipboard

A customisable 3D platform for agent-based AI research

Results 63 lab issues
Sort by recently updated
recently updated
newest added

Hi, I am problem with Lab: the screen shows 'Connection Interrupted' and agent stops esponding to any command (passed via env.step function). Here is how it looks like: https://youtu.be/vL842dKvG0k Here...

Assuming that the current state is s0, what should I do when I only want to get the latter states s1 s2 and don't push the agent to these states...

Manually compiling the package seems to be quite complicated, especially for users not familiar with Bazel. Would it be possible to provide pre-built Python wheel packages for the most common...

I am following the setup in a remote server and came across this command: ``` bazel run :python_random_agent --define graphics=sdl -- \ --length=10000 --width=640 --height=480 ``` I got the following...

I have a few questions on what is possible to customize in the environments. If it is possible, could someone point me to the file that I would go to...

Consider the following code --- We generate 1000 episodes, each of which is made of 100 steps. For each episode a `deempind_lab.Lab` instance is created and closed. It should run...

I am trying to get entity layout for the built-in `nav_maze_*` levels. I found that the `nav_maze_random_goal*` have hard coded the entity layout strings in their lua scripts while `nav_maze_static_*`...

Are there any python api's for set start and end location in an environment? Is there any way to get current location of agent w.r.t to start point?

Hello, I want to get object segmentation mask per frame, but I notice that there is no such mask in OBSERVATION. However, in Vizdoom we can get segmentation mask easily....

I setup Bazel and DeepMind Lab according to the build instructions in this repo. I am using Python 3. I can run a random agent without any trouble, i.e. the...