C# Class social_learning.DumbAgent

Inheritance: Agent
Show file Open project: tansey/social-learning

Public Methods

Method Description
DumbAgent ( int id ) : System
Reset ( ) : void

Protected Methods

Method Description
ProcessReward ( double r ) : void
getRotationAndVelocity ( double sensors ) : float[]

Method Details

DumbAgent() public method

public DumbAgent ( int id ) : System
id int
return System

ProcessReward() protected method

protected ProcessReward ( double r ) : void
r double
return void

Reset() public method

public Reset ( ) : void
return void

getRotationAndVelocity() protected method

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
return float[]