Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 601 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 601 Bytes

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