# Packages
No description provided by the author
# Functions
NewBayesianAgent returns a reference to a new BayesianAgent.
# Structs
ActionStats contains statistics about an action that has been applied to some state.
AgentContext provides information about the internal conditions of an Agent.
BayesianAgent provides facilities for 1) maintaining the learning state of an environment, 2) making recommendations for actions based on the previous, current, and predicted states of the system, and 3) executing actions based that have been recommended by the agent.