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 }