grid-sensor icon indicating copy to clipboard operation
grid-sensor copied to clipboard

Grid Sensor Components for Unity ML-Agents

Results 10 grid-sensor issues
Sort by recently updated
recently updated
newest added

Hi, I've added a DetectableGameObject component to a wall in my scene, but I cannot see the generated points even though I'm pretty sure my Gizmo is on? I've attached...

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...

any updates on gridsensor for release 2 ?

Hello, Could you help me understand what are you doing here in the Spaceship.cs? ``` NormPosition = Mathf.Clamp01(sqrMag / m_BrakeThreshRadiusSqr) * 2 - 1; NormOrientation = Vector3.Angle(normal, fwd) / 90f...

Hi! I hope you're doing well. I had a couple of questions I was hoping you could answer. - Is the Dogfight scene the same scene you used to train...

Hi, I am a rookie in using Unity ML-AGENTS, and this dogfight model is really helpful. But I cannot train a new model for dogfight. When I press the play...

![image](https://user-images.githubusercontent.com/5012179/187504333-b2acf41d-6add-4ae6-a246-4d999be7df41.png) ![image](https://user-images.githubusercontent.com/5012179/187504472-306da6c5-0902-4f53-aafa-91b4ee7be22f.png) Detectable Game Objects not working with 2D gameobjects. what am I missing?

(except for objects on the same layer as the prefab that was dragged to the "Add detectable object" field in the Inspector) A quick hack in GameObjectDetector solved the issue...

Hi I am trying to use your scripts to make a grid sensor. I have done everything as done in your DogFight scene, but I am getting the following error-...

As there is not any update for newer mlagents and python version, I decided to open this issue and ask some questions. As I tried to train my environment in...