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

I was wondering if there were any resource to acquire the vocabulary used for the instruction based environment for dmlab30

Adds **macOS** support remaining compatible with other platforms, i.e., intended to be merged with _master_ branch. Works for all three modes: non-headless, headless with hardware acceleration and headless with software...

* Creates an Ubuntu 14.04, tightvnc, bazel image with all the dependencies for building and running lab. * Does an initial compile using 'bazel build :deepmind_lab.so --define headless=osmesa' * Run...

Is there any way to extract the reward position in world units?

Hi, I'm trying to build the Lab without SDL library. I'm wondering if it is at all possible. I'm trying to run the Lab in a command-line-only environment so no...

I would appreciate some indications on how to make invisible objects. I was thinking on placing objects such as apples or lemons in different parts of the arena but I...

When I try to plot the agent position over time using DEBUG.POS.TRANS and overlay the trajectory over the top-down view of the map using DEBUG.CAMERA.TOP_DOWN, they don't seem to match...

Running the last example from (https://github.com/deepmind/lab/blob/master/python/pip_package/README.md) first produces an error, complaining about the missing dm_env package. Resolving this with a pip install leads to another error ` ImportError: dlopen(/Users/.../...//deepmind_lab.so, 2):...

/home/ubuntu16-2/lab/BUILD:766:8 Executing genrule //:vm_pk3 failed: (Exit 1): bash failed: error executing command /bin/bash -c 'source external/bazel_tools/tools/genrule/genrule-setup.sh; bazel-out/host/bin/lburg engine/code/tools/lcc/src/dagcheck.md > "bazel-out/host/bin/engine/code/tools/lcc/src/dagcheck.c

Hi, I wrote a lua file that can retrieve RGB images by following the example named "custom_view.lua". That works fine for me. However, this only shows how to read from...