Keras policy is predicting only listen action

I have defined my stories.md and domain.yml . Interpreter is RegexInterpreter(). But Keras policy is not predicting the action that I defined in stories.md for a particular intent. It is only predicting action_listen. I followed concert bot example. There is no data for NLU. I am only using Rasa core. What is the reason for this behaviour?

Are you entering intents like /intent or actual sentences? Could you post your stories/domain file and an example conversation?

It is getting confused at that stage. Just set augmentation factor to 0 and increase max history to 10 or more.Let me know if it works.