Neodroid
0.2.0
Machine Learning Environment Prototyping Tool
IEnvironmentListener.cs
Go to the documentation of this file.
1
namespace
droid
.Runtime.Interfaces {
5
public
interface
IEnvironmentListener
:
IRegisterable
{
8
void
EnvironmentReset();
9
12
void
PreStep();
13
16
void
Step();
17
20
void
PostStep();
21
}
22
}
droid
droid.Runtime.Interfaces.IEnvironmentListener
Definition:
IEnvironmentListener.cs:5
droid.Runtime.Interfaces.IRegisterable
Definition:
IHasRegister.cs:4
Runtime
Interfaces
IEnvironmentListener.cs
Generated by
1.8.13