Метод | Описание | |
---|---|---|
NeuralNetController ( |
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).
|
public NeuralNetController ( |
||
iface | ||
box | IBlackBox | |
simFrameRate | int | |
Результат | SharpNeat.Phenomes |