mlpy.agents.modules.IAgentModule.get_next_action

IAgentModule.get_next_action()[source]

Return the next action the agent will execute.

Returns:

Action :

The next action

Raises:

NotImplementedError

If the child class does not implement this function.

Notes

This is an abstract method and must be implemented by its deriving class.