C# Class social_learning.DumbAgent

Inheritance: Agent
Afficher le fichier Open project: tansey/social-learning

Méthodes publiques

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

Méthodes protégées

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

Method Details

DumbAgent() public méthode

public DumbAgent ( int id ) : System
id int
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[]