-
On the latest Arch Linux, I hit an obscure Qt error if I try and run an OpenAI Gym example after installing the Atari game suite. It seems to be caused by a conflict between Qt and matplotlib.
###…
-
I just read the docs for reinforcement learning purposes, and I think there may be a typo in the OpenAI Gym wrapper example at https://github.com/hsahovic/poke-env/blob/master/examples/rl_with_open_ai…
-
Hey mechyAi,
I have been using your code and wanted to thank you for the great work! I am trying to connect stable baselines to Emspy. I was wondering if you have any tips or similar codes to share…
Farz5 updated
2 years ago
-
So i downloaded your folder and ran it immediately i then got the AttributeError, not sure how to fix it since the error is coming from the universe module(?), any ideas?
Here is the output:
```te…
-
Im running gym.logger.set_level(50) which is supposed to silence logs completely, and the logs just keep coming
Code:
```
import gym
gym.logger.set_level(50)
rgb_env = gym.make('ALE/P…
-
Hi!
OpenAi gym remove the rendering.py for supporting pygame.
"from gym.envs.classic_control import rendering" would fail in environment.py.
https://github.com/openai/gym/pull/2599
-
I was trying to install this on fedora 40 using the venv method and the conda method - seems that pip decides to install a version of stable-baselines3 that pulls in gym in version 0.21 that is not in…
phako updated
4 months ago
-
I code for hobby and want to learn about neuroevolution and came across your [tutorial](https://threads-iiith.quora.com/Neuro-Evolution-with-Flappy-Bird-Genetic-Evolution-on-Neural-Networks) in google…
ghost updated
6 years ago
-
Hey,
I'm the new maintainer of Gym (https://github.com/openai/gym), a very large artificial intelligence library. Right now Gym depends on https://github.com/openai/box2d-py, which is a fork of htt…
-
ubuntu 16.04
python3.5
anaconda
installed gym refered https://github.com/openai/gym instruction.
but when i run your code
Traceback (most recent call last):
File "/home/op/pytorch-dqn-mas…