How do neural networks use genetic algorithms and backpropagation to play games?
问题 I came across this interesting video on YouTube on genetic algorithms. As you can see in the video, the bots learn to fight. Now, I have been studying neural networks for a while and I wanted to start learning genetic algorithms.. This somehow combines both. How do you combine genetic algorithms and neural networks to do this? And also how does one know the error in this case which you use to back-propagate and update your weights and train the net? And also how do you think the program in