Policy Priority Warning

Hi All,

I am getting the following warning message and couldn’t find where to fix it

2019-05-29 15:07:51 WARNING rasa.core.policies.ensemble - Found policies [‘FallbackPolicy’, ‘MappingPolicy’] with same priority 3 in PolicyEnsemble. When personalizing priorities, be sure to give all policies different priorities. More information: Policies

I check the docs, and couldn’t find any reference about how to prioritize the Policies, @Juste @erohmensing could you please help me find the documentation to apply here?

Thanks

Me too

@amsolu @tuanvuvo can I see both of your configuration files? And which version of rasa or rasa_core are you running?

My config policies:

  • name: EmbeddingPolicy #EmbeddingPolicy epochs: 100
  • name: FallbackPolicy
  • name: MemoizationPolicy
  • name: MappingPolicy

Hey, does this warning still happen on the latest version if you re-train your models? We’re still not the most sure what caused this, but think it might be fixed after making sure that the MappingPolicy correctly persists its priority.

I have no longer see the warning Thank you

How did you fix this issue? I’m facing same problem.