C# Класс SharpNeat.DomainsExtra.WalkerBox2d.NeuralNetController

A neural net based WalkerController.
Наследование: WalkerController
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
NeuralNetController ( WalkerInterface iface, IBlackBox box, int simFrameRate ) : SharpNeat.Phenomes

Construct with the provided player interface and black box controller.

Step ( ) : void

Perform one simulation timestep; provide inputs to the neural net, activate it, read its outputs and assign them to the relevant motors (leg joints).

Описание методов

NeuralNetController() публичный Метод

Construct with the provided player interface and black box controller.
public NeuralNetController ( WalkerInterface iface, IBlackBox box, int simFrameRate ) : SharpNeat.Phenomes
iface WalkerInterface
box IBlackBox
simFrameRate int
Результат SharpNeat.Phenomes

Step() публичный Метод

Perform one simulation timestep; provide inputs to the neural net, activate it, read its outputs and assign them to the relevant motors (leg joints).
public Step ( ) : void
Результат void