Skip to content

Commit

Permalink
Importing wrappers in gym (#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 1a92bc6 commit 6a0d818
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 6a0d818

Please sign in to comment.