Skip to content

Commit

Permalink
Merge pull request #5844 from RasaHQ/action-fix-docs
Browse files Browse the repository at this point in the history
Minor docs fix for Action Selection
  • Loading branch information
rasabot authored May 18, 2020
2 parents 3301190 + 8a9d238 commit 6c18ff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core/policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ expected outcome in the case of a tie. They look like this, where higher numbers
| 4. ``FallbackPolicy`` and ``TwoStageFallbackPolicy``
| 3. ``MemoizationPolicy`` and ``AugmentedMemoizationPolicy``
| 2. ``MappingPolicy``
| 1. ``TEDPolicy``, ``EmbeddingPolicy``, ``KerasPolicy``, and ``SklearnPolicy``
| 1. ``TEDPolicy``, ``EmbeddingPolicy`` and ``KerasPolicy``
This priority hierarchy ensures that, for example, if there is an intent with a mapped action, but the NLU confidence is not
above the ``nlu_threshold``, the bot will still fall back. In general, it is not recommended to have more
Expand Down

0 comments on commit 6c18ff1

Please sign in to comment.