-
Hello!
Our DragonRise Inc. Generic USB Joystick (ID 0079:0006) exhibits a potential bug: When configuring the controls, the joystick "up" movement is detected as "Joy0 Uneg" and is added correctly …
-
when i try to build atari with ALE already build and install in python , this is what i got:
atari/build$cmake ..
-- pybind11 v2.3.dev0
-- Checking for module 'ale'
-- No package 'ale' found
CM…
-
When running:
`doc/examples/ale-sharedLibraryInterfaceExample ~/roms/air_raid.bin`
I get the following error:
`Assertion failed: ((val & 0x01) == 0), function getRGB, file /Users/marlos.c.mac…
-
With air_raid.bin (and a few others that I didn't write down), I get this when running the python example agent with SDL:
`.../Arcade-Learning-Environment/src/common/ColourPalette.cpp:51: void Colour…
-
Hi,
I have been benchmarking the performance in Windows (https://github.com/pedronahum/Arcade-Learning-Environment), and noticed significant improvements just by flattening some multi-dimensional a…
-
So far, there are two releases, in which latest is at October 2015. Is there a new release coming?
-
I receive this error:
./play.sh snapshots/pong_200.pkl --backend cpu
A.L.E: Arcade Learning Environment (version 0.5.1)
[Powered by Stella]
Use -help for help screen.
Warning: couldn't load se…
-
Hi, I wanted to try simple_dqn so I followed all the installation instructions, but when I try to run
`./play.sh snapshots/breakout_77.pkl`
I get the following output to the terminal:
```
A.L.E:…
-
After following the instructions to build ALE (in `~/Arcade-Learning-Environment/`), I attempted to build `atari/`. Here's the error with the default make instruction:
```
# PYTHON_CONFIG=/opt/conda…
-
Dear all,
I'm a newbie to Malmo. I'm looking information about how agent deal with noise level ? At the moment, I've created:
+ an agent ( agent_host = MalmoPython.AgentHost())
+ loading xml mi…