Strange things with stories

Hi I have created a very simple story, in order to understand what I was doing wrong. But I am lost

## Generated Story 1159602110648119681
* info_software_guide{"software": "matlab"}
    - slot{"software": "matlab"}
    - utter_matlab_guide

## Generated Story -6337455391131423197
* info_software_guide{"software": "R"}
    - slot{"software": "R"}
    - utter_r_guide

## Generated Story 4550895019557924418
* info_software_guide{"software": "spss"}
    - slot{"software": "spss"}
    - utter_spss_guide

## Generated Story -6830630678645058633
* info_software_guide{"software": "Mathematica"}
    - slot{"software": "Mathematica"}
    - utter_mathematica_guide

I am starting the training in order to test it

python3 -m rasa_core.train -d domain.yml -u models/nlu/default/weathernlu/ -o models/dialogue -vv --endpoints endpoints.yml -s stories.md --online

However,

? Next user input:  Guide R
2018-10-18 06:18:03 DEBUG    rasa_core.tracker_store  - Recreating tracker for id 'default'
2018-10-18 06:18:03 DEBUG    rasa_core.processor  - Received user message 'Guide R' with intent '{'name': 'info_software_guide', 'confidence': 0.9198541641235352}' and entities '[{'start': 6, 'end': 7, 'value': 'R', 'entity': 'software', 'confidence': 0.9819504367577606, 'extractor': 'ner_crf'}]'
2018-10-18 06:18:03 DEBUG    rasa_core.processor  - Logged UserUtterance - tracker now has 3 events
127.0.0.1 - - [2018-10-18 06:18:03] "POST /conversations/default/messages HTTP/1.1" 200 2416 0.117473
2018-10-18 06:18:03 DEBUG    rasa_core.tracker_store  - Recreating tracker for id 'default'
127.0.0.1 - - [2018-10-18 06:18:03] "GET /conversations/default/tracker?include_events=AFTER_RESTART HTTP/1.1" 200 2416 0.001358
? Is the NLU classification for 'Guide [R](software)' with intent 'info_software_guide' correct?  Yes
2018-10-18 06:18:07 DEBUG    rasa_core.tracker_store  - Recreating tracker for id 'default'
2018-10-18 06:18:07 DEBUG    rasa_core.policies.memoization  - Current tracker state [None, {}, {'intent_info_software_guide': 1.0, 'prev_action_listen': 1.0, 'entity_software': 1.0, 'slot_software_0': 1.0}]
2018-10-18 06:18:07 DEBUG    rasa_core.policies.memoization  - There is no memorised next action
2018-10-18 06:18:07 DEBUG    rasa_core.policies.ensemble  - Action 'action_listen' was predicted after a user message using policy_2_KerasPolicy. Predicting fallback action: action_default_fallback
2018-10-18 06:18:07 DEBUG    rasa_core.policies.ensemble  - Predicted next action using policy_0_FallbackPolicy
127.0.0.1 - - [2018-10-18 06:18:07] "POST /conversations/default/predict HTTP/1.1" 200 7857 0.124071
2018-10-18 06:18:07 DEBUG    rasa_core.tracker_store  - Recreating tracker for id 'default'
127.0.0.1 - - [2018-10-18 06:18:07] "GET /conversations/default/tracker?include_events=AFTER_RESTART HTTP/1.1" 200 2416 0.001428
------
Chat History

 #    Bot                                              You        
ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€
 1    action_listen                                               
ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€
 2                                            Guide [R](software) 
                                 intent: info_software_guide 0.92 
ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€ā”€
 3    slot{"software": "R"}                                       


Current slots: 
        _service: None, action: None, cours: None, db_match: None, device: None, family: None, feedback_value: None, grade: None, location: None, name: None, object: None, salut_name: None, section: None, software: R, software_action: None, unip: None

------
? The bot wants to run 'action_default_fallback', correct?  (Y/n)

Why? What I missed

is the software slot a categorical slot?

No, is not a category

In that case it should be :smiley: read more in our docs here: https://rasa.com/docs/core/slots/

1 Like

I got it, thank you for opening my eyes