Push Bang
Devlog
- May 17, 2023 by sulsadood#neural network, #machine learning, #physics, #evolutionI was thinking and having the AI know if there is ground beneath them isn't very helpful when you want to keep from falling off because weather you are in the center of the map or on the edge the inpu... Continue reading
- May 15, 2023 by sulsadood#genetic algorithm, #fitness, #ai, #machine learning, #neural networkWow, I was watching one of Jabrils old videos on machine learning and implemented one of his solutions. Before the AI getting better relied on random mutations, but now the next generation are the chi... Continue reading
- May 14, 2023 by sulsadood#machine learning, #neural network, #ai, #physics, #ragdollI spent a lot of time reworking the neural network management to fix some issues and make it work better for my needs. I made it so the distance you move between generations adds to your fitness to an... Continue reading
- May 10, 2023 by sulsadood#ai, #machine learning, #neural network, #evolution, #physicsI found a bunch of flaws like: not being able to see walls or floors, self hits counting towards your fitness, 5 ray casts that I assumed were higher the closer someone was, was actually lower the clo... Continue reading
- May 09, 2023 by sulsadood#ai, #machine learning, #physics, #neural network, #evolutionI got the neural networks that act as the AIs brain to start working. It is early days so this is a very simple fixed size network(5x18x18x6). I biased them to be more active or else they won't do any... Continue reading