Kautenja / playing-mario-with-deep-reinforcement-learning

An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.
MIT License
68 stars 12 forks source link

ImportError: cannot import name 'wrap' #40

Open Luziberto opened 5 years ago

Luziberto commented 5 years ago

when the episode ends it appears > 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 "./main.py", line 6, in from src.cli import main File "./src/cli.py", line 3, in from .train import train File "./src/train.py", line 7, in from .setup_env import setup_env File "./src/setup_env.py", line 3, in from nes_py.wrappers import JoypadSpace, wrap as nes_py_wrap ImportError: cannot import name 'wrap'