Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate RulePolicy with YAML training data reader #6065

Closed
2 tasks
wochinge opened this issue Jun 25, 2020 · 0 comments
Closed
2 tasks

integrate RulePolicy with YAML training data reader #6065

wochinge opened this issue Jun 25, 2020 · 0 comments
Assignees
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR

Comments

@wochinge
Copy link
Contributor

wochinge commented Jun 25, 2020

With the new RulePolicy we got stories and rules. They have to be distinguishable for the polices, so that the policies can decide what they use for training.

Rick did a quick and dirty hack for the old markdown format here: #5898

Things to do:

  • make the new YAMLReader read rules as part of the rules section (please check with @degiz for that)
  • make the rules distinguishable for the policies
    • I see multiple options for this one. E.g. we could add another function to TrainingDataImporter or we add a flag to the DialogueStateTrackers which affects less things
@wochinge wochinge added priority:high type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR area:rasa-oss 🎡 Anything related to the open source Rasa framework labels Jun 25, 2020
@ricwo ricwo self-assigned this Jun 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:rasa-oss 🎡 Anything related to the open source Rasa framework type:enhancement ✨ Additions of new features or changes to existing ones, should be doable in a single PR
Projects
None yet
Development

No branches or pull requests

2 participants