This is the final project for the course Human-Machine Dialogue of the AIS MSc degree at the university of Trento.
For more information about the project, please check out report.pdf
.
conda env create -f environment.yml
For interacting with the agent:
rasa run actions
rasa shell
For starting an interactive learning session:
rasa run actions
rasa interactive
rasa run actions
rasa run -m models --endpoints endpoints.yml -p 5005
ngrok http 5005