Neodroid  0.2.0
Machine Learning Environment Prototyping Tool
AvoidCollisionEvaluation.cs
Go to the documentation of this file.
1 using System;
2 
3 namespace droid.Runtime.Prototyping.Evaluation {
13  public override float InternalEvaluate() { throw new NotImplementedException(); }
14 
19  public override void InternalReset() { throw new NotImplementedException(); }
20  }
21 }