Defines the model.
To fully initialize the model, run the async init() method.
Export the models parameters in a JSON format.
Trains the model on a single training story.
Get the final action mask resulted from every featurizers.
Get the embedding vector resulted from every featurizers.
Inform every featurizers of the taken action.
Get the data returned from every featurizer's handleQuery method.
Initialize the model and its featurizers.
Load the models parameters from a JSON formatted string.
Predict an action resulting from the given query.
The given query from the user.
The predicted action from the model and its confidence.
Resets the state of the model and its featurizers.
Generated using TypeDoc
An implementation of Hybrid Code Networks(*) dialog manager.
(*): Williams, Asadi, Zweig - 2017. Hybrid Code Networks: practical and efficient end-to-end dialog control with supervised and reinforcement learning.