Fix Exception
🏆 FixMan
BTC
Cup
Exceptions for package
gym
25127
2
326
Cannot import pyglet. HINT: you can install pyglet directly via 'pip install pyglet'. But if you really just want to install all Gym dependencies and not have to think about it, 'pip install -e .[all]' or 'pip install gym[all]' will do it.
/ gym
1
359
attempted to get missing private attribute '(param1)'
/ gym
1
303
Found neither the ffmpeg nor avconv executables. On OS X, you can install ffmpeg via `brew install ffmpeg`. On most Ubuntu variants, `sudo apt-get install ffmpeg` should do it. On Ubuntu 14.04, however, you'll need to install avconv with `sudo apt-get install libav-tools`.
/ gym
1
249
Error occurred while running `from pyglet.gl import *` HINT: make sure you have OpenGL install. On Ubuntu, you can run 'apt-get install python-opengl'. If you're running on a server, you may need a virtual frame buffer; something like this should work: 'xvfb-run -s "-screen 0 1400x900x24" python <your_script.py>'
/ gym
1
238
shape must be provided or inferred from the shapes of low or high
/ gym
1
216
GoalEnv requires an observation space of type gym.spaces.Dict
/ gym
1
206
Attempted to look up malformed environment ID: (param1). (Currently all IDs must be of the form (param1).)
/ gym
1
189
Tried to reset environment which is not done. While the monitor is active for (param1), you cannot call reset() unless the episode is over.
/ gym
1
108
Seed must be a non-negative integer or omitted, not (param1)
/ gym
1
97
Trying to step environment which is currently done. While the monitor is active for (param1), you cannot step beyond the end of an episode. Call 'env.reset()' to start the next episode.
/ gym
1
76
Keyboard agent only supports discrete action spaces
/ gym
1
74
Cannot re-register id: (param1)
/ gym
First
Prev
Page
1
of
6
Next
Last