Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IHasSingle.cs
Go to the documentation of this file.
2 
3 namespace droid.Runtime.Interfaces {
6  public interface IHasSingle {
9  float ObservationValue { get; }
10 
13  Space1 SingleSpace { get; }
14  }
15 }