C# Class Interfaces.Algorithms.Agent

Inheritance: IEntity
Afficher le fichier Open project: JamesNunns/Robotics-Group-Studies

Méthodes publiques

Méthode Description
Agent ( neural_net ) : System
perform_action ( Array state, float reward, bool done ) : int[]

Method Details

Agent() public méthode

public Agent ( neural_net ) : System
Résultat System

perform_action() public méthode

public perform_action ( Array state, float reward, bool done ) : int[]
state Array
reward float
done bool
Résultat int[]