Skip to main content

Neural Networks

·122 words·1 min

Info

This post was imported from a personal note. It may contain inside jokes, streams of consciousness, errors, and other nonsense.

First, just got boids to pick a direction at init and the avatar and boids both wrap at the screen edges now. Eventually I’ll want the simulation to be decoupled from the window and have a camera that can pan and zoom but that’s not the priority yet.

First I want to get these things to learn to steer toward food. And I’m a bit stuck.

I probably don’t need neural networks yet for this simple behaviour. I just read about Q-learning and couple probably do it with that.

Meanwhile, I found some interesting articles about neural networks.

https://www.geeksforgeeks.org/ml-neural-network-implementation-in-c-from-scratch/

https://www.baeldung.com/cs/reinforcement-learning-neural-network

https://www.codeproject.com/Articles/5292985/Artificial-Neural-Network-Cplusplus-Class