![]() |
Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
|
Public Member Functions | |
EnvironmentState | CollectState () |
void | React (Reaction reaction) |
EnvironmentState | ReactAndCollectState (Reaction reaction) |
Reaction | SampleReaction () |
void | Tick () |
void | PostStep () |
Properties | |
Reaction | LastReaction [get] |
int | CurrentFrameNumber [get] |
bool | Terminated [get] |
string | LastTerminationReason [get] |
bool | IsResetting [get] |
![]() | |
string | Identifier [get] |
Definition at line 7 of file IEnvironment.cs.
EnvironmentState droid.Runtime.Interfaces.IEnvironment.CollectState | ( | ) |
void droid.Runtime.Interfaces.IEnvironment.PostStep | ( | ) |
void droid.Runtime.Interfaces.IEnvironment.React | ( | Reaction | reaction | ) |
reaction |
Implemented in droid.Runtime.Environments.AbstractPrototypingEnvironment, droid.Runtime.Environments.ScriptedEnvironment, and droid.Runtime.Environments.NeodroidEnvironment.
EnvironmentState droid.Runtime.Interfaces.IEnvironment.ReactAndCollectState | ( | Reaction | reaction | ) |
reaction |
Implemented in droid.Runtime.Environments.ScriptedEnvironment, droid.Runtime.Environments.NeodroidEnvironment, droid.Runtime.Environments.ActorisedPrototypingEnvironment, and droid.Runtime.Environments.AbstractPrototypingEnvironment.
Reaction droid.Runtime.Interfaces.IEnvironment.SampleReaction | ( | ) |
void droid.Runtime.Interfaces.IEnvironment.Tick | ( | ) |
|
get |
Definition at line 16 of file IEnvironment.cs.
|
get |
Definition at line 31 of file IEnvironment.cs.
|
get |
Definition at line 11 of file IEnvironment.cs.
|
get |
Definition at line 26 of file IEnvironment.cs.
|
get |
Definition at line 21 of file IEnvironment.cs.