mlpy.agents.modules.LearningModule.step

LearningModule.step(experience)[source]

Execute the learner.

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

Parameters:

experience : Experience

The current experience, consisting of previous state and action, current state and the awarded reward.