gym icon indicating copy to clipboard operation
gym copied to clipboard

A toolkit for developing and comparing reinforcement learning algorithms.

Results 110 gym issues
Sort by recently updated
recently updated
newest added

Hello, Doctor. I encountered an error while running the tests for gym-idsgame: 'ImportError: cannot import name 'atomic_write' from 'gym.utils'.' Has 'atomic_write' been removed? Do you have any solutions for this?...

# Description DevZero is a dev environment platform. Using this link, all contributors to this project will be able to use a DevZero environment as their dev workspace. DevZero supports...

DevZero is a dev environment platform. Using this link, all contributors to this project will be able to use a DevZero environment as the dev workspace. DevZero supports a free...

https://youtube.com/watch?v=iqR3TinM8iU&si=NexTPVXl4OMYxuCF

https://youtube.com/watch?v=iqR3TinM8iU&si=XjnpXRVc7vbwIl5f

### Proposal Add support for environments with `Graph` observation spaces in `AsyncVectorEnv` in Gymnasium. Currently, `AsyncVectorEnv` assumes observations can be stacked in a typical array-like format. However, environments that return...

I am using gym 0.21.0 and stable baslines master 2.4.0a8. The error i am facing is ``` Traceback (most recent call last): File "/home/aghnw/.conda/envs/RL-agent/mine-env-main/trainer_sac.py", line 11, in model = SAC(MlpPolicy,...

What is the expected behaviour of on off policy algorithms when the action space itself changes with episodes. This leads to non Stationarity? Action space is continuous. Typical case in...

Hi. I'm trying to install gym 0.19.0 in google colab as it is the requirement for previous project but failed to do so. Same goes for gym 0.20.0 and 0.21.0....

i tried to install gym[mujoco], but this is happening: also the same thing happened to box2d env, why? but the classic worked properly. ```Bash $ pip install gym[mujoco] Requirement already...