C# Class social_learning.Predator

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

Méthodes publiques

Méthode Description
Predator ( int id, int attackType ) : System
Reset ( ) : void

Méthodes protégées

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

Method Details

Predator() public méthode

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