![]() |
Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
|
Public Member Functions | |
float | Evaluate () |
Compute signal More... | |
void | EnvironmentReset () |
Reset for function for resetting stateful evaluation functions More... | |
Properties | |
float | SolvedThreshold [get, set] |
Specify an signal value for which the objective is considered solved More... | |
int | EpisodeLength [get, set] |
The length of an episode More... | |
Space1 | SignalSpace [get, set] |
The range for which the signal might fall More... | |
![]() | |
string | Identifier [get] |
Definition at line 7 of file IObjective.cs.
void droid.Runtime.Interfaces.IObjective.EnvironmentReset | ( | ) |
Reset for function for resetting stateful evaluation functions
Implemented in droid.Runtime.Prototyping.Evaluation.ObjectiveFunction.
float droid.Runtime.Interfaces.IObjective.Evaluate | ( | ) |
Compute signal
Implemented in droid.Runtime.Prototyping.Evaluation.ObjectiveFunction.
|
getset |
The length of an episode
Definition at line 27 of file IObjective.cs.
|
getset |
The range for which the signal might fall
Definition at line 32 of file IObjective.cs.
|
getset |
Specify an signal value for which the objective is considered solved
Definition at line 11 of file IObjective.cs.