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

Commit

Permalink
tiny docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
akelad committed Nov 9, 2018
1 parent a643692 commit 4d4f1f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ This project adheres to `Semantic Versioning`_ starting with version 0.2.0.

Added
-----
- added train/eval scripts to compare policies
- openapi documentation of server API
- NLU data learned through interactive learning will now be stored in a
separate markdown-format file (any previous NLU data is merged)
Expand Down Expand Up @@ -53,6 +52,7 @@ Added
- add ``Form`` and ``FormValidation`` events
- add ``REQUESTED_SLOT`` constant
- add ability to read ``action_listen`` from stories
- added train/eval scripts to compare policies

Changed
-------
Expand Down
2 changes: 1 addition & 1 deletion docs/migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Train script
a model, see :ref:`policy_file`. There is a default config file ``default_config.yml``
in the Github repo
- Interactive learning is now started with ``python -m rasa_core.train interactive``
rather than the `--interactive` flag
rather than the ``--interactive`` flag
- All policy configuration related flags have been removed (--epochs,
--max_history, --validation_split, --batch_size, --nlu_threshold, --core_threshold,
--fallback_action_name), specify these in the policy config file instead,
Expand Down

0 comments on commit 4d4f1f8

Please sign in to comment.