-
**Submitting author:** @rusu24edward (Edward Rusu)
**Repository:** https://github.com/LLNL/Abmarl/
**Version:** 0.1.4
**Editor:** @drvinceknight
**Reviewer:** @seba-1511, @abhiramm7
**Archive:** 10.52…
-
In GitLab by @Thalesalex on Feb 4, 2020, 02:30
## Summary
It seems i'm not able to start the game in fullscreen even after setting the flag patch.gfx.windowed=0 on hook.conf
## Expected behavior
Gam…
-
The full error message,
`ImportError: /usr/local/lib/python3.6/dist-packages/ale_py.cpython-36m-x86_64-linux-gnu.so: undefined symbol: _ZNKSt10filesystem7__cxx114path17_M_find_extensionEv`
occur…
-
After noticing some wonkiness in tree-search code, I tried to cut it down to a minimal example, and got this reproducible case (works on both Linux and macOS for me, using both gcc and clang):
* se…
-
Dear Mr./Ms,
Many thanks for sharing this great project.
I'd like to use ALE as the environment of RL study on windows, but I noticed the setup is based on Linux/MaC OS right? And tried several ef…
-
Hoping to use this with Python3 on Ubuntu 20.04. Running through the README install instructions I get this output when I run `make -j 4`
```
[ 1%] Building CXX object src/CMakeFiles/ale.dir/com…
-
Hello, everyone. ✋
I am going to create a special page on the `Konva` website with a list of products that are using `Konva`.
If you are using `Konva` in your app, please, add a comment on this is…
-
I am trying to use multiple clones of an environment by using the EzPickle library, as presented in the following code
```
env = battle_v2.parallel_env()
obs = env.reset()
_ = env.step(actions)
e…
-
Hello all. I am new to ALE, just trying to build ALE to have SDL support. I have been stuck on this error for a day.
After running "cmake -DUSE_SDL=ON -DUSE_RLGLUE=OFF -DBUILD_EXAMPLES=ON ." seemingl…
-
When running `doc/examples/videoRecordingExample freeway.bin` in terminal
I get that "bash: doc/examples/videoRecordingExample: No such file or directory" but it is there. I have the game in the ALE …