C# Class social_learning.SpinningAgent

Inheritance: ForagingAgent
Show file Open project: tansey/social-learning Class Usage Examples

Public Methods

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

Protected Methods

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

Method Details

ProcessReward() protected method

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

Reset() public method

public Reset ( ) : void
return void

SpinningAgent() public method

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

getRotationAndVelocity() protected method

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