mbaske

Results 38 comments of mbaske

Looks like the ml-agents files are missing in the Assets directory https://github.com/Unity-Technologies/ml-agents/releases/tag/0.12.0

The agent needs to know how far it is from the asteroid field's center and what its orientation is in relation to a normal going from the center through the...

Hi, it's going to be a few more days... I got the code changes mostly done (it's a pretty major update), now I need to test it, retrain the examples...

I've posted the updates to the dev branch https://github.com/mbaske/grid-sensor/tree/dev Still need to write the docs though, as a couple of things have changed. Most notably: - Settings are grouped into...

Hi, the updated code and new readme are now posted on the main branch. I hope it clears up some questions. - The driver has two sensors for looking far...

Hi, the grid sensor observations are indeed being feed into the visual encoder. I'm not too familiar with the inner workings of the ML-Agents architecture though. Are you aware of...

What could be happening is that the number of detectable points is reduced too much, because of the distance between sensor and object. If you pause play mode and select...

Are the bikes maybe on the Boundary layer as well? For concave colliders, the shape scanning uses raycasts - looks like the rays are colliding around the bikes for some...

The grey points are only detectable when the sensor is _very_ close to the object, in order to provide more detail. These are the points you're seeing in the shape...

> is there a way to detect a higher level of detail at LOD 0 for example... ? No, I'm afraid not. The assumpition was that less points are required...