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

example for flower shop has issue #8

Closed cometta closed 4 years ago

cometta commented 5 years ago

SYSTEM > Which price do you prefer? USER > the price is around $2 SYSTEM > Which price do you prefer? USER > I prefer to buy it at $2 dollar SYSTEM > Which price do you prefer? USER > two dollar SYSTEM > Which price do you prefer? USER > 2 dollar SYSTEM > Which price do you prefer? USER > $2 dollar SYSTEM > Which price do you prefer? USER > 2 SYSTEM > Which price do you prefer? USER > moderately priced SYSTEM > Which price do you prefer? USER > moderate SYSTEM > Which price do you prefer? USER >

why the system keep asking the same question?

apapangelis commented 5 years ago

Hi, it seems that the values are converted to floating points, so if you would say something like '2.0' instead of '2' it should work. I'll revise the example, thanks!

apapangelis commented 4 years ago

Hi, we'e made some updates on the new version, I've checked that this works - let me know if it still breaks.