Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
ISpace.cs
Go to the documentation of this file.
1 using UnityEngine.Profiling;
2 
3 namespace droid.Runtime.Interfaces {
7  public interface ISpace {
11  int DecimalGranularity { get; }
12 
13  bool IsNormalised { get; }
14 
15  dynamic Sample();
16  }
17 }