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'm wondering if it is possible to modify the speed in which the agent walks/runs dynamically/programmatically ? For example, speed up/down according to a function while the agent is...

I am trying to install the deepmind lab python interface on Linux Mint 19.3, but I am getting the following error: ``` ERROR: deepmind_lab-1.0-py2-none-any.whl is not a supported wheel on...

Is it possible to disable velocity kinematics/dynamics of the agent? In other words, if a "forward" action is taken, the agent moves forward by a fixed amount and stops immediately...

Hi!, how to create a custom environment? is there a tutorial that can be a reference?

Currently I can train agent against build-in AI in DeepMind Lab, but I don't know how to put multi agents in same environment. It seems to support that according to...

How can I produce fixed, deterministic episode? Is there any control parameters like random seed to be fixed?

Hello, Is there a way to get either access to a point-cloud observation or access to the camera params (extrinsics, intrinsics, near/far plane) such that I can calculate the point-cloud...

hi,I used Git to clone episodic-curiosity and DeepMind Lablocally as required and tested DMlab with bazel run :python_random_agent command, but there is no problem and it can run. ![2021-10-23 14-41-35屏幕截图](https://user-images.githubusercontent.com/50577983/138545945-321a2cca-8a93-4855-9e07-536eab63d83d.png)...

# ![2021-08-19 13-18-51屏幕截图](https://user-images.githubusercontent.com/50577983/130011990-5f7b9c7b-a60a-41c6-88bf-2313e7f1adff.png)

While the command `bazel run :python_random_agent --define graphics=sdl -- \ --length=10000 --width=640 --height=480` works perfectly inside the lab folder, the command `python python/random_agent.py` returns this error: `Failed to find function...