Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

add EmbeddingPolicy to changelog #936

Merged
merged 3 commits into from
Sep 4, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Added
- intent confidence support in RegexInterpreter
- added paramter to train script to pull training data from an url instead
of a stories file
- added new policy: :ref:`embedding_policy` implemented in tensorflow

Changed
-------
Expand Down
2 changes: 2 additions & 0 deletions docs/policies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ You can implement the model of your choice by overriding these methods,
or initialize ``KerasPolicy`` with pre-defined ``keras model``.


.. _embedding_policy:

Embedding policy
----------------

Expand Down