uber-archive / plato-research-dialogue-system

This is the Plato Research Dialogue System, a flexible platform for developing conversational AI agents.
Apache License 2.0
977 stars 189 forks source link

ValueError: Configuration file CamRest_text.yaml not found! #14

Closed yan624 closed 4 years ago

yan624 commented 4 years ago

My computer is windows. I ran this command: plato run --config CamRest_text.yaml

I don't know if I installed it wrong, but I have an error which is ValueError: Configuration file CamRest_text.yaml not found!.

I had found the reason in /plato/controller/basic_controller.py, line 415. You use '/' to split plato path in windows. I use os.sep instead of '/', which did work.

BrianInGermany commented 4 years ago

I also have an issue with file paths not being found in Windows. I will try with linux.

BrianInGermany commented 4 years ago

Works on my linux machine.