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

KeyError:'logPath' #1

Open
HappySlice opened this issue Dec 27, 2017 · 1 comment
Open

KeyError:'logPath' #1

HappySlice opened this issue Dec 27, 2017 · 1 comment

Comments

@HappySlice
Copy link

When I use the Jupyter Notebook or just run the ppo.py script from cmd with the --train flag I receive a KeyError:logPath error. How do I go about fixing this? I can do all the ML v0.2 examples just fine and never encountered this.
Thanks!

`---------------------------------------------------------------------------
KeyError Traceback (most recent call last)
in ()
----> 1 env = UnityEnvironment(file_name=env_name, curriculum=curriculum_file)
2 print(str(env))
3 brain_name = env.external_brain_names[0]

~\Documents\MachineLearningRoguelike-master\python\unityagents\environment.py in init(self, file_name, worker_id, base_port, curriculum)
120 self._global_done = None
121 self._academy_name = p["AcademyName"]
--> 122 self._log_path = p["logPath"]
123 self._brains = {}
124 self._brain_names = p["brainNames"]

KeyError: 'logPath'`

@djbyrne
Copy link

djbyrne commented Jan 21, 2018

Also experienced this problem, any advice would be helpful!

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

2 participants