Skip to content

Commit

Permalink
Importing wrappers in gym (openai#2040)
Browse files Browse the repository at this point in the history
Otherwise, using gym.wrappers crashes code.
  • Loading branch information
RaghuSpaceRajan committed Sep 11, 2020
1 parent 49d0f17 commit ad33381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gym/__init__.py
Expand Up @@ -11,5 +11,6 @@
from gym.envs import make, spec, register
from gym import logger
from gym import vector
from gym import wrappers

__all__ = ["Env", "Space", "Wrapper", "make", "spec", "register"]

0 comments on commit ad33381

Please sign in to comment.