- Install requirements into your python environment:
pip install -r requirements.txt
- Data is in
train_graph.json
andtest_graph.json
- If training multiple models, you can start and enable a redis cache in
train_chatbot.py
and then executesh start_cache.sh
- To train a policy, change the configuration as needed in
train_chatbot.py
and executepython train_chatbot.py
(requires GPU - make sure to deactivatecaching
options in configuration if run without redis)