nuomifan
Results
1
comments of
nuomifan
just remove the code in PyGame-Learning-Environment-master/ple/games/__init__.py try: from ple.games.doom import Doom except: print("Couldn't import doom") and remove the code in PyGame-Learning-Environment-master/ple/games/base/__init__.py try: from .doomwrapper import DoomWrapper except: print("couldn't import doomish")