C# Class TestWorld.ActionListAgent

Inheritance: ForagingAgent
显示文件 Open project: tansey/social-learning Class Usage Examples

Public Methods

Method Description
ActionListAgent ( int id, List actions ) : System
Reset ( ) : void

Protected Methods

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

Method Details

ActionListAgent() public method

public ActionListAgent ( int id, List actions ) : System
id int
actions List
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[]