notice
This is unreleased documentation for Rasa Open Source Documentation Master/Unreleased version.
For the latest released documentation, see the latest version (2.2.x).
rasa.core.registry
This module imports all of the components. To avoid cycles, no component should import this in module scope.
policy_from_module_path
Given the name of a policy module tries to retrieve the policy.
Arguments:
module_path
- a path to a policy
Returns:
a :class:rasa.core.policies.policy.Policy
featurizer_from_module_path
Given the name of a featurizer module tries to retrieve it.
Arguments:
module_path
- a path to a featurizer
Returns:
a :class:rasa.core.featurizers.tracker_featurizers.TrackerFeaturizer
state_featurizer_from_module_path
Given the name of a single state featurizer module tries to retrieve it.
Arguments:
module_path
- a path to a single state featurizer
Returns:
a :class:rasa.core.featurizers.single_state_featurizer.SingleStateFeaturizer