MarkTension

Results 2 issues of MarkTension

Hi there! Really appreciate your work on explaining CoreML. Super useful! I cloned your repository to learn about implementing CoreML and to find out how well my SSD_mobilenet_V1 trained on...

Hello, my gridsensor somehow doesn't initialize corerctly. ``` Sensor shapes must match. [20, 20, 1] != [23, 23, 8] UnityEngine.Debug:AssertFormat (bool,string,object[]) Unity.MLAgents.Sensors.SensorShapeValidator:ValidateSensors (System.Collections.Generic.List`1) (at Library/PackageCache/[email protected]/Runtime/Sensors/SensorShapeValidator.cs:43) Unity.MLAgents.Inference.ModelRunner:PutObservations (Unity.MLAgents.AgentInfo,System.Collections.Generic.List`1) (at Library/PackageCache/[email protected]/Runtime/Inference/ModelRunner.cs:160) Unity.MLAgents.Policies.BarracudaPolicy:RequestDecision...