lab2d icon indicating copy to clipboard operation
lab2d copied to clipboard

A customisable 2D platform for agent-based AI research

Results 10 lab2d issues
Sort by recently updated
recently updated
newest added

I'm getting an error when building `lab2d`. This is the command that I run: ``` C=clang CXX=clang++ bazel build --compilation_mode=opt --dynamic_mode=off --config="${LUA_VERSION}" --verbose_failures --experimental_ui_max_stdouterr_bytes=-1 --sandbox_debug //dmlab2d:dmlab2d_wheel ``` And here are...

Hi, I get the following import error: ``` >>> import dmlab2d Traceback (most recent call last): File "", line 1, in File "/Users/grigoriiguz/opt/anaconda3/envs/rlenv/lib/python3.9/site-packages/dmlab2d/__init__.py", line 21, in import dmlab2d.dmlab2d_pybind as dmlab2d_pybind...

I am using an environment built on top of DMLab2D, and wondering if it's possible to obtain **complete state information (player and object's transform information etc) of a grid world**...

Hello, i am facing the issue when i am trying to build dmlab2d. The below is the error 1699317422.338490998: src/main/tools/linux-sandbox-pid1.cc:521: child started with PID 2 collect2: fatal error: cannot find...

Hi All Is it possible to run DMLab2d with vectorised environments? I am using CleanRL + Shimmy to run MeltingPot but when I try to use `concat_vec_envs_v1` I get error:...

At the current state it is impossible to install dmlab2d using pip nor with install.sh script nor using git clone on Linux x86 as well as on Windows. While having...

- Pin version numbers in WORKSPACE to July 2023 versions (the time the wheels were built) - Fix bazel-version to 8.2.1 - stop supporting deprecated macos versions - support new...

I was just trying to install some code that depends on dmlab2d, and it failed because there are no wheels on PyPI of dmlab2d for Python 3.13. I see that...