C# Class social_learning.Agent

Inheritance: WorldThingy, IAgent
Afficher le fichier Open project: tansey/social-learning

Méthodes publiques

Méthode Description
Agent ( int id ) : System
ReceiveReward ( double r ) : void
Step ( double sensors ) : void

Méthodes protégées

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

Method Details

Agent() public méthode

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

ProcessReward() protected abstract méthode

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

ReceiveReward() public méthode

public ReceiveReward ( double r ) : void
r double
Résultat void

Step() public méthode

public Step ( double sensors ) : void
sensors double
Résultat void

getRotationAndVelocity() protected abstract méthode

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