Ashok Arora
Ashok Arora
Hey Rokhmat, Please check out https://github.com/google-deepmind/lab/blob/master/docs/developers/minimal_level_tutorial.md
Thank you. Can this be added to the README too? Moreover, I am getting this error when running `bazel build -c opt //python/pip_package:build_pip_package --verbose_failures `: ``` Starting local Bazel server...
Solution to last error was: ``` sudo apt install gettext ``` Error2: ``` ERROR: /home/ashok/lab/BUILD:825:11: Compiling engine/code/deepmind/headless_osmesa_glimp.c failed: (Exit 1): gcc failed: error executing CppCompile command (from target //:game_lib_headless_osmesa) (cd...
Error 3: ``` Traceback (most recent call last): File "", line 1, in File "/home/ashok/miniconda3/lib/python3.12/site-packages/deepmind_lab/__init__.py", line 24, in import imp ModuleNotFoundError: No module named 'imp' ``` Well, no good solution...
Error 4: ``` Failed to open library! - /home/ashok/miniconda3/envs/py310/lib/python3.10/site-packages/deepmind_lab/libdmlab_headless_sw.so /home/ashok/miniconda3/envs/py310/bin/../lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /lib/x86_64-linux-gnu/libLLVM-15.so.1) Traceback (most recent call last): File "", line 1, in RuntimeError: Failed to...
Thank you for the detailed comments and support. I have added the easy, medium, and hard levels and updated the list of environments accordingly. While writing the tests, I noticed...
The DTQN paper has set the `maximum_time_steps` to be `200` for the `easy` mode. https://github.com/kevslinger/DTQN/blob/79ccf8b548a2f6263b770e051b42ced2932137ee/envs/__init__.py#L43-L48
Would it be better to set an arbitrary value or one based on the environment conditions?
Hey, I trained the DTQN policy and it took `85` timesteps for it to reach the oracle and then to heaven.
85-137 for easy, 125-175 for medium and 165-210 for hard.