C# Class TestWorld.ActionListAgent

Inheritance: ForagingAgent
Afficher le fichier Open project: tansey/social-learning Class Usage Examples

Méthodes publiques

Méthode Description
ActionListAgent ( int id, List actions ) : System
Reset ( ) : void

Méthodes protégées

Méthode Description
ProcessReward ( double r ) : void
getRotationAndVelocity ( double sensors ) : float[]

Method Details

ActionListAgent() public méthode

public ActionListAgent ( int id, List actions ) : System
id int
actions List
Résultat System

ProcessReward() protected méthode

protected ProcessReward ( double r ) : void
r double
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

getRotationAndVelocity() protected méthode

protected getRotationAndVelocity ( double sensors ) : float[]
sensors double
Résultat float[]