Making AI Play Flappy bird - Godot 4 AI

preview_player
Показать описание
I made an AI play flappy bird in Godot 4.
I let the AI run for a weekend to see how many points it could get.
This is made in godot version 4.2 using gd script.

The AI structure is 6 inputs, to hidden layers, one with 8 neurons,
the other with 4, and one output.
The 6 inputs are, velocity.y, position.y,
and the next to pipes x and y position.

Рекомендации по теме