C# Class social_learning.SpinningAgent

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

Méthodes publiques

Méthode Description
Reset ( ) : void
SpinningAgent ( int id ) : System

Méthodes protégées

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

Method Details

ProcessReward() protected méthode

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

Reset() public méthode

public Reset ( ) : void
Résultat void

SpinningAgent() public méthode

public SpinningAgent ( int id ) : System
id int
Résultat System

getRotationAndVelocity() protected méthode

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