You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package no longer works with the latest openai/gym(v0.15.4) and tensorflow (v2.0.0)
Error from the latest gym environment:
Traceback (most recent call last):
File "/usr/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/usr/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/jaeyoung/dev/reinmav-gym/gym_reinmav/run.py", line 11, in <module>
from baselines.common.cmd_util import common_arg_parser, parse_unknown_args, make_vec_env, make_env
File "/home/jaeyoung/dev/baselines/baselines/common/cmd_util.py", line 12, in <module>
from gym.wrappers import FlattenDictWrapper
ImportError: cannot import name 'FlattenDictWrapper'
It is a shame that the CI was not able to catch this
The text was updated successfully, but these errors were encountered:
This package no longer works with the latest openai/gym(
v0.15.4
) and tensorflow (v2.0.0
)Error from the latest gym environment:
It is a shame that the CI was not able to catch this
The text was updated successfully, but these errors were encountered: