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