Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
IHasDouble.cs
Go to the documentation of this file.
2 using UnityEngine;
3 
4 namespace droid.Runtime.Interfaces {
7  public interface IHasDouble {
10  Vector2 ObservationValue { get; }
11 
14  Space2 DoubleSpace { get; }
15  }
16 }