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

My question mainly concerns grid-like games such as Pacman. I've seen in the documentation for Ms Pacman's reduced moves that diagonal movements (UPRIGHT, UPLEFT, DOWNRIGHT, DOWNLEFT) are considered as meaningful...

Hi, I was defining my custom ENV and init observation_space and action_space to a default box and discrete data types respectively. However when I declare the environment and calling the...

**Describe the bug** Upon initializing a mujoco environment through gym (the issue is with mujoco_py and other packages like metaworld etc as well), when one resets the env and renders...

### Question If you're a beginner and have basic questions, please ask on [r/reinforcementlearning](https://www.reddit.com/r/reinforcementlearning/) or in the [RL Discord](https://discord.com/invite/xhfNqQv) (if you're new please use the beginners channel). Basic questions that...

### Proposal A clear and concise description of the proposal. ### Motivation Please outline the motivation for the proposal. Is your feature request related to a problem? e.g.,"I'm always frustrated...

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

I am a beginner in RL and running env.render() doesn't open any environment window, please help. environment_name = "CartPole-v1" env = gym.make(environment_name) episodes = 5 for episode in range(1, episodes...

I tried the bellowing code and found out the initial state of breakout environment is the same with different seed. I wonder why? And how to get a different initial...

**Describe the bug** I try to use Vectorized Environmets by gym,but some bugs occur in following: Traceback (most recent call last): File "D:\pythoncode\TextStarCraft2\sc2_rl_agent\starcraftenv_test\gym_test\gym_test1.py", line 20, in main() File "D:\pythoncode\TextStarCraft2\sc2_rl_agent\starcraftenv_test\gym_test\gym_test1.py", line...

**Describe the bug** Building wheel for gym (setup.py) ... error **System Info** My python version is 3.7.3,My linux version is Ubuntu18.04 The bug info is: Building wheels for collected packages:...