-
Hello,
In some Atari games, I observe that well trained models sometimes achieve very high negative scores, such as `-969000`.
So far, I've seen this issue for `BattleZoneNoFrameskip-v4` and `Up…
-
In some cases it seems that cmake is unable to detect the version of the SDL library that is installed, leading to issues in the build process as described here:
https://groups.google.com/forum/#!top…
-
In this [PR](https://github.com/openai/gym/pull/575/commits) @shelhamer added the ability to clone/restore the state of the Atari emulator. When I test this API, it appears the randomness is not captu…
-
I've found what I believe to be quite the mysterious (and painful) bug.
A minimal reproducing example:
```
from threading import Thread
import faulthandler
import gym
faulthandler.enable…
-
Sound effects would breathe some life into the game as it feels hollow without it. Since these are retro style games, even simple sounds would suffice as it'd give feedback to what is happening on scr…
-
Test failures in recent run
```
| long_running_tests | apex | 0.25 | 1 | 4 | true |
| long_running_tests | many_drivers | 0.5 | …
-
The acts has no response when agent got a reward.
![00107](https://user-images.githubusercontent.com/1297050/109777547-d1867a80-7c3e-11eb-92ca-369ec058af76.png)
![00108](https://user-images.githubu…
-
I have `gym`, `gym[atari]`, `atari-py` installed already, but I'm still getting the error ' Unable to find game "MsPacman"' when running chapter 16 RL.
~~~
env = gym.make('MsPacman-v0')
~~~
~~~…
-
See arcadelearningenvironment.org
-
Hey, we just released the 1.0 version of PettingZoo. It's a library that includes 62 different multi-agent environments, including multiplayer Atari games (we updated the arcade learning environment) …