plan4dial.for_generating.parsers

Modules

plan4dial.for_generating.parsers.json_config_parser

This module contains all the base functions required to convert a YAML configuration to the JSON configuration required by Hovor.

plan4dial.for_generating.parsers.parse_for_rasa

This module contains all the functions necessary to generate a NLU file that Rasa can use to extract intents and entities.

plan4dial.for_generating.parsers.pddl_for_rollout

This module contains all the functions necessary to store the PDDL fluent configuration in an easy-to-access way so that given an action, we can easily retrieve what fluents are in its preconditions and which fluents are in each of its outcomes.

plan4dial.for_generating.parsers.pddl_parser

This module contains all the files necessary to convert from the HOVOR configuration to PDDL.