Hey this looks really cool, would you mind sharing some details of how you did this? Maybe what the inputs and outputs were to the neural network, what size / kind of network you used, ect? In fact if you didn't mind sharing your source code I'm sure there's a lot I could learn from it.
@PatronSaintOfAwesome The inputs are: distance to enemy ship, relative rotation from enemy ship -1 when ship is to the left to 1 when ship is to the right the same two as above to the enemy closest projectile more inputs can be added (like your energy, hitpoints....) the outputs depends on the ship type but in general are: Turn left, turn right Strife left, strife right move forwards/ back fire 1. fire 2 The network is a recursive one layered NN with memory nodes
okay interesting.
PatronSaintOfAwesome 1 month ago
Hey this looks really cool, would you mind sharing some details of how you did this? Maybe what the inputs and outputs were to the neural network, what size / kind of network you used, ect? In fact if you didn't mind sharing your source code I'm sure there's a lot I could learn from it.
PatronSaintOfAwesome 1 month ago
pascalkn 1 month ago