mlpy.agents.modules.LearningModule.execute

LearningModule.execute(state)[source]

Execute the learner.

Update models with the current experience (Experience). Additionally, online learning is performed at this point.

Parameters:

state : State

The current state.