gym-pull icon indicating copy to clipboard operation
gym-pull copied to clipboard

Add-on for OpenAI Gym that supports automatic downloading of user environments.

Results 5 gym-pull issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/Users/baohejin/Documents/mario.py", line 2, in import gym_pull File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/gym_pull/__init__.py", line 6, in from gym.configuration import logger_setup, undo_logger_setup ModuleNotFoundError: No module named 'gym.configuration'

On a different build i get: import gym_pull Usage: pip list [options] no such option: --format Traceback (most recent call last): File "", line 1, in File "/home/petic/.local/lib/python2.7/site-packages/gym_pull/__init__.py", line 52,...

I installed this using: 'pip3 install gym-pull', I assumed it is available on python3 Now on trying to import it using: 'import gym_pull', it gives an error. ``` In [1]:...

import gym_pull Traceback (most recent call last): File "", line 1, in File "/usr/local/lib/python2.7/dist-packages/gym_pull/__init__.py", line 43, in gym.upload = gym_pull.scoreboard.api.upload AttributeError: 'module' object has no attribute 'scoreboard'

Interested in your thoughts on invoking pip from within python. People might have different aliases for pip but using the pip package seems to work more broadly. Not having to...