Rasa policies

So if i want to use a policy other than the default rasa policies, where should i code them. As an example imagine i want to define a fallback policy with some threshold values i defined.

Do i have to write my code in domain.yml or actions.py or where should i write my policy code.

Hello dushandevinda,

You can define the policies which you want to use in the file config.yml under policies section. You should see it right away when you open config.yml.

oops, didn’t see that. Thank you