Skip to content

Commit

Permalink
del logger.error & move test file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShuaibinLi committed Jan 15, 2021
1 parent 830e571 commit 332395f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion parl/utils/env_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
gym_installed = True
except ImportError:
gym_installed = False
logger.error('ImportError: No module named gym')
if gym_installed:
from gym.spaces import Box, Discrete

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from parl.remote.worker import Worker
from parl.remote.client import disconnect
from parl.utils import logger, get_free_tcp_port
from env_utils import RemoteGymEnv
from parl.utils.env_utils import RemoteGymEnv


def float_equal(x1, x2):
Expand Down

0 comments on commit 332395f

Please sign in to comment.