Skip to content

This project demonstrates an idea of training the neural network to play the game autonomously by observing player's actions

Notifications You must be signed in to change notification settings

zjor/train-the-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Train the Game

This project demonstrates an idea of training the neural network to play the game autonomously by observing player's actions.

The game

The game itself is just a car riding the road. There are possible turns and obstacles on the way. The NN should learn how to steer in order to follow the road and avoid collisions.

screenshot

NN data

Input

Lidar readings

Output

Command: (Left, Right, Straight)

Frameworks

  • PyTorch
  • PyGame

References

About

This project demonstrates an idea of training the neural network to play the game autonomously by observing player's actions

Resources

Stars

Watchers

Forks

Packages

No packages published