InvalidConfigException: Can't load class for name 'MappingPolicy'. Please make sure to provide a valid name or module path and to register it using the '@DefaultV1Recipe.register' decorator

@khushboo_kumari

change this:

policies:
  - name: MemoizationPolicy
  - name: TEDPolicy
    max_history: 5
    epochs: 100
  - name: RulePolicy
    nlu_threshold: 0.4
    core_threshold: 0.4
    fallback_action_name: 'action_default_fallback'

and delete your pipeline and you will be good to go.

Please, I’d recommend you to please visit this page How to ask a great question. It will help us. Thanks.