Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 387 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 387 Bytes

Aaron, an incrementally improving dialog system for learning.

  • /bots: package containing all talking bots, including the base class Bot.
  • aaron.py: system entry, integrator of all talking bots.

Third-party Dependencies

  • pip install termcolor simpleeval

How to run?

  • python aaron.py or python -m aaron

How to test individual bot?

  • python -m bots.calc_bot