Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: must be str, not NoneType #6

Open
moonsh opened this issue Jan 1, 2020 · 0 comments
Open

TypeError: must be str, not NoneType #6

moonsh opened this issue Jan 1, 2020 · 0 comments

Comments

@moonsh
Copy link

moonsh commented Jan 1, 2020

Hi, I got this error when I typed "python -m sandbox.mack.run_simple" in the multiagent-Gail folder.

Traceback (most recent call last):
File "C:\Users\Seonghyeon.conda\envs\cv\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\Seonghyeon.conda\envs\cv\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "D:\github_test\multiagent-gail\multiagent-gail\sandbox\mack\run_simple.py", line 63, in
main()
File "C:\Users\Seonghyeon.conda\envs\cv\lib\site-packages\click\core.py", line 764, in call
return self.main(*args, **kwargs)
File "C:\Users\Seonghyeon.conda\envs\cv\lib\site-packages\click\core.py", line 717, in main
rv = self.invoke(ctx)
File "C:\Users\Seonghyeon.conda\envs\cv\lib\site-packages\click\core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Users\Seonghyeon.conda\envs\cv\lib\site-packages\click\core.py", line 555, in invoke
return callback(*args, **kwargs)
File "D:\github_test\multiagent-gail\multiagent-gail\sandbox\mack\run_simple.py", line 58, in main
train(logdir + '/exps/mack/' + env_id + '/l-{}-b-{}/seed-{}'.format(lr, batch_size, seed),
TypeError: must be str, not NoneType

@moonsh moonsh changed the title ModuleNotFoundError: No module named 'baselines' TypeError: must be str, not NoneType Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant