From 4d4f1f819290dcd8009df321632fc2fecddbfcb8 Mon Sep 17 00:00:00 2001 From: akelad Date: Fri, 9 Nov 2018 19:15:19 +0100 Subject: [PATCH] tiny docs fixes --- CHANGELOG.rst | 2 +- docs/migrations.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 2a65489f67b..161ea695e9d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) @@ -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 ------- diff --git a/docs/migrations.rst b/docs/migrations.rst index 2b69a2f1c4d..51bd43155ab 100644 --- a/docs/migrations.rst +++ b/docs/migrations.rst @@ -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,