Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
IObjective.cs
Go to the documentation of this file.
1
using
droid
.
Runtime
.
Utilities
.
Structs
;
2
3
namespace
droid
.Runtime.Interfaces {
7
public
interface
IObjective
:
IRegisterable
{
11
float
SolvedThreshold {
get
;
set
; }
12
17
float
Evaluate();
18
22
void
EnvironmentReset();
23
27
int
EpisodeLength {
get
;
set
; }
28
32
Space1
SignalSpace {
get
;
set
; }
33
}
34
}
droid.Runtime.Utilities.Structs
Definition:
DoubleVector3.cs:4
droid
droid.Runtime.Utilities
droid.Runtime.Utilities.Structs.Space1
Definition:
Space1.cs:11
droid.Runtime.Interfaces.IObjective
Definition:
IObjective.cs:7
droid.Runtime
droid.Runtime.Interfaces.IRegisterable
Definition:
IHasRegister.cs:4
Runtime
Interfaces
IObjective.cs
Generated by
1.8.13