Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

ModuleNotFoundError: No module named 'go_game' #121

Open
rayufo opened this issue Nov 27, 2018 · 0 comments
Open

ModuleNotFoundError: No module named 'go_game' #121

rayufo opened this issue Nov 27, 2018 · 0 comments

Comments

@rayufo
Copy link

rayufo commented Nov 27, 2018

Traceback (most recent call last):
File "D:\workspace\ELF-master (1)\ELF-master\train.py", line 19, in
env, all_args = load_env(os.environ, trainer=trainer, runner=runner)
File "D:\workspace\ELF-master (1)\ELF-master\rlpytorch\model_loader.py", line 109, in load_env
game = load_module(envs["game"]).Loader()
File "D:\workspace\ELF-master (1)\ELF-master\rlpytorch\model_loader.py", line 18, in load_module
module = import(os.path.basename(mod))
File "./go\game.py", line 10, in
import go_game as go
ModuleNotFoundError: No module named 'go_game'

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant