FREEWAY - AI PLAY THE GAME

FREEWAY - AI PLAY THE GAME Used AI

5 devlogs
10h 2m
•  Ship certified
Created by Anirudh

I made a mini game where the agent has to cross a road with cars 🚗 without crashing, I trained an AI to play it all by itself using a brain called PPO (Proximal Policy Optimization)

Timeline

Ship 1

0 payouts of shell 0 shells

Anirudh

28 days ago

Anirudh • Covers 5 devlogs and 10h 2m
Anirudh
Anirudh
1h 3m • 28 days ago

Deployed it on hugging face

Update attachment

Created The Readme and made the demo working

Update attachment

Completed fixing the game and training the model, also improved the hypertuning and then trained the model again to fit with new parameteres improved the reward and the score functions

Packed everything in the ENV -> wrapped the env in GYM -> Trained the Model( around 900_000 timesteps -> made the model play the game -> changed the UI of the game -> added variable difficulty for the game -> added reward for the model

Created the RL Game environment and wrapped it in GYM wrapper. Made it playable for a Human with 0,1,2 commands

Update attachment