Rewards

class model.modelTemplate.Rewards(**kwargs)[source]

Bases: object

This acts as an interface between the feedback from a task and the feedback a model can process

Name

The identifier of the function

Type:string

Methods Summary

details()
get_name()
processFeedback(feedback, lastAction, stimuli) Takes the feedback and turns it into a form to be processed by the model

Methods Documentation

details()[source]
classmethod get_name()[source]
processFeedback(feedback, lastAction, stimuli)[source]

Takes the feedback and turns it into a form to be processed by the model

Parameters:
  • feedback
  • lastAction
  • stimuli
Returns:

Return type:

modelFeedback