![]() |
Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
|
Public Member Functions | |
override float | InternalEvaluate () |
override void | InternalReset () |
![]() | |
float | Evaluate () |
void | EnvironmentReset () |
void | SignalString (DataPoller recipient) |
![]() | |
void | RefreshStart () |
void | RefreshAwake () |
Additional Inherited Members | |
![]() | |
float | _Episode_Return |
![]() | |
override void | Clear () |
sealed override void | Setup () |
virtual void | PostSetup () |
override void | RegisterComponent () |
override void | UnRegisterComponent () |
![]() | |
void | Start () |
void | Awake () |
![]() | |
float | _solved_reward = 1.0f |
float | _default_reward = -0.001f |
![]() | |
string | _Custom_Name = "" |
![]() | |
override String | PrototypingTypeName [get] |
AbstractPrototypingEnvironment | ParentEnvironment [get, set] |
float | SolvedThreshold [get, set] |
int | EpisodeLength [get, set] |
Space1 | SignalSpace [get, set] |
![]() | |
virtual string | PrototypingTypeName [get] |
string | Identifier [get] |
![]() | |
string | Identifier [get] |
![]() | |
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... | |
Definition at line 7 of file AvoidCollisionEvaluation.cs.
|
virtual |
NotImplementedException |
Implements droid.Runtime.Prototyping.Evaluation.ObjectiveFunction.
Definition at line 13 of file AvoidCollisionEvaluation.cs.
|
virtual |
NotImplementedException |
Implements droid.Runtime.Prototyping.Evaluation.ObjectiveFunction.
Definition at line 19 of file AvoidCollisionEvaluation.cs.