C# Class Interfaces.Algorithms.Controller

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

Méthodes publiques

Méthode Description
Controller ( ) : System
make_agent ( ) : void
replay ( Agent agent, int batch_size ) : void

Method Details

Controller() public méthode

public Controller ( ) : System
Résultat System

make_agent() public méthode

public make_agent ( ) : void
Résultat void

replay() public méthode

public replay ( Agent agent, int batch_size ) : void
agent Agent
batch_size int
Résultat void