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

If you are submitting a bug report, please fill in the following details and use the tag [bug]. **Describe the bug** Installation rise errors **Code example** pip install gym[all] **System...

### Proposal Weather ChatGPT ### Alternatives This project is a Python script that allows you to get the current weather data for a given city using the OpenWeatherMap service API....

I am trying to use the Gym Mujoco Environments as per documentation. This is the code that I have copy/pasted from the official Gym Documentation but I am getting the...

I'm using the following issue labels: MuJuCo: Issue related to MuJuCo. MuJuCo is not being actively maintained at this time, but we welcome community support and contributions and hope to...

use Dict or Tuple, the code is [here](https://github.com/openai/gym/blob/master/gym/spaces/dict_space.py). _Originally posted by @yangpeiren in https://github.com/openai/gym/issues/593#issuecomment-448345762_ I've used a Dict but the call of observation_space.shape returns None. With this none value I...

### Question ------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [](https://localhost:8080/#) in 1 env = gym.make('Blackjack-v1') 2 env.reset() ----> 3 calc_payoffs(env,1000,1000,draw_till_17_pol) 1 frames [/usr/local/lib/python3.9/dist-packages/gym/core.py](https://localhost:8080/#) in __getattr__(self, name) 322 """Returns an attribute...

### Question Hi in the following code I am not able to render() due to FatalError: gladLoadGL error. import gym env = gym.make("HalfCheetah-v4",render_mode="rgb_array") observation, info = env.reset(seed=42) for _ in...

### Question I cannot set the state for the vectorized environments: For non-vectorized environments we can do the following and it will set the state of the environment. env.state =...

If you are submitting a bug report, please fill in the following details and use the tag [bug]. **Describe the bug** Testing code with CartPole-v1 when i render the object...

Good afternoon, straight to the point: I use Visual Studio Code on Windows 11. When running the command " pip install gym[all] " I receive the error shown in the...