BS Learning
From Talk:Wave Surfing
Jump to navigation
Jump to search
I had been thinking about gathering more information about the enemy gun and finally found a way to do it. If we know that a bullet shadow is safe, can't we add it to safe points to learn. A robot would be able to learn without getting hit. What do you think?
Dsekercioglu (talk)
shadowed area isn’t really safe until your bullet passes enemy wave. so just do it every time enemy wave breaks.
keep tabs on shadowed area as in keeping track of hits, and retrieve them in the same way. then shadowed area could be handled like real shadows, but weighted.
I am going to do it like that in Oculus 1.3.3. Also I was too lazy to calculate without bullets passing the waves so I did it by simulation. It will be easier to add.
Dsekercioglu (talk)