How to use multiple stories in loop

Hi, I’m new to rasa and below is my problem statement: I’m using 8 stories (planning to expand in future) lines for my bot and want to create a kind of loop structure so if a user is in one story line and at the end of that story he wants to start a new one, from the rest of 7 stories. for this I’m using checkpoints but I read somewhere that using too much checkpoint in stories can create trouble. So is there any effective way of doing this? thanks in advance.

You can try using the --augmentation flag and set it to a high value (probably on the order of 10^2 or 10^3), and increase the number of epochs in the KerasPolicy accordingly as well.