Rewards¶
-
class
model.modelTemplate.Rewards(**kwargs)[source]¶ Bases:
objectThis 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
-