-
The [PettingZoo paper](https://openreview.net/pdf/e090b9c29b966a0228fafae1c76893a45eec67ee.pdf) (which is still under review) states the following in section 6:
_All environments implemented in Pet…
-
On latest clang trunk, the code
```
const char *getString(ALEInterface *ale, const char *key){return ale->getString(key).c_str();}
```
in https://github.com/mgbellemare/Arcade-Learning-Environmen…
-
Hi,
I recently downloaded and compiled ALE. But when I type this command line:
`./ale -display_screen true -game_controller fifo -random_seed time -sound true freeway.bin`
This gets displayed…
-
Hi,
I am working on multi-agent RL as part of my course project and thinking of experimenting with pong environment as suggested in the paper "Multi-Agent Reinforcement Learning: a critical survey"…
-
Hi
When I try to run, I meet a problem like this:
> A.L.E: Arcade Learning Environment (version 0.6.0)
[Powered by Stella]
Use -help for help screen.
Game console created:
ROM file: /PATH/T…
-
I have encountered this problem frequently using ALE to play space invaders and couldn't find out any error in my code.
Essentially, when the agent plays the game accumulating a certain level of gam…
-
Currently updating the version number is messy business. We should use a #define or other mechanism to centralize the version number. Best would be to first find out how other projects do it.
-
To install the Python module:
$ pip install .
After I run it in ./Arcade-Learning-Environment$, some error occurs, as following, Help me plllz
ERROR: Command errored out with exit status …
-
Homebrew has a lot of formulae that depend on `python` and migration at one go ended up with lack of disk space on CI agents (https://github.com/Homebrew/homebrew-core/pull/45337), so this time we're …
-
Hi
I am new here and when I try to install python module, I meet a problem like this:
###################################
(tensorflow) jimmy@jimmy-Inspiron-5537:~/git/Arcade-Learning-Environment$ p…