SonicKurt / Galaga-AI

This is the home for the development of Galaga AI.
MIT License
3 stars 0 forks source link

Agent Training, Music and Sound Effects, Bug Fixes #11

Closed SonicKurt closed 1 year ago

SonicKurt commented 1 year ago

This branch consists of the logic needed to train the agents with the mlagents-learn Python tool. It includes some trained neural network models for the player and alien agents to use. I added the main menu and first stage music to not make the game have no sound. The aliens can now play a death sound effect. Lastly, I made a lot of bug fixes including where if the player dies and still got rid of all of the aliens, the player can proceed to the next stage.

SonicKurt commented 1 year ago

Once the training is over, implement to switch models in between stages.