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

Bug in argunment handling #5

Closed petasis closed 5 years ago

petasis commented 5 years ago

Hi all,

I am getting an error while trying to reproduce the examples, like:

python3 runPlatoRDS.py -config Examples/config/simulate_text.yaml

Traceback (most recent call last): File "runPlatoRDS.py", line 416, in if arguments['test_mode']: KeyError: 'test_mode'

Maybe using arguments.get(), instead of arguments[]?

apapangelis commented 5 years ago

Thanks! Could you try again?

petasis commented 5 years ago

Thanks, the latest updated fixed the issue.