uvipen / Super-mario-bros-A3C-pytorch

Asynchronous Advantage Actor-Critic (A3C) algorithm for Super Mario Bros

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Newly updated nes-py wrappers does not have BinarySpaceToDiscreteSpaceEnv

tranhoangkhuongvn opened this issue · comments

The import statement should change from:
from nes_py.wrappers import BinarySpaceToDiscreteSpaceEnv
to
from nes_py.wrappers import JoypadSpace
and then replace in the code accordingly

Cheers