About Model Train

Ways you can reduce the training time:

  1. Use a lesser value of the max_history parameter. Warning: This may impact performance adversely since the max_history parameter controls the dialogue history your model looks at to decide the next action.

  2. Restricting data augmentation done while training. You can configure it by setting the augmentation flag. refer this for more info.