Skip to content

Instantly share code, notes, and snippets.

@itsromiljain
Created March 30, 2019 23:58
Show Gist options
  • Select an option

  • Save itsromiljain/c512673350d056ff342da8171da05e7c to your computer and use it in GitHub Desktop.

Select an option

Save itsromiljain/c512673350d056ff342da8171da05e7c to your computer and use it in GitHub Desktop.
Policies for Rasa Core
policies:
- name: KerasPolicy
epochs: 100
max_history: 3
- name: MemoizationPolicy
max_history: 3
- name: FallbackPolicy
nlu_threshold: 0.1
core_threshold: 0.2
fallback_action_name: 'utter_default'
- name: FormPolicy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment