mbaske

Results 38 comments of mbaske

> but Debug unfortunately does not visualize closest point "interactively"... Strange, it _should_ display the point. The sensor can observe distance regardless of whether position, closest point or shape is...

> quick question, should i have a separate gridsensor for goals and one for obstacles/boundaries or does it pass the tag of the object it detects? You don't need a...

Hi Woojin, Thank you for reaching out! Please feel free to use my videos or projects, I'd be happy if you feature my work. I changed the video licenses to...

> I will feature your works at the upcoming offline seminar called Unity Korea Wave. Could you let me do this please? Of course - thank you Woojin!

Hi Woojin, you can find the graphing code here https://github.com/mbaske/angry-ai/tree/master/Assets/Scripts/UI I've been writing this alongside my ML project and haven't really made it a standalone thing yet. You'd need to...

Did you publish the project in Visual Studio first? Publishing should create the exe file. Please note that I'm no longer maintaining the repo, because doing image classification in Unity...

Hi - are you getting any errors using my project files?

I saw similar behavior like in your video when I was training my models. The issue seems to be that the initial imitation phase has to run for long enough,...

Hi - This could be a timing issue in combination with the serialized GridBuffer.Shape. I did serialize a default value for it in order to prevent a null reference in...