GitXplorerGitXplorer
J

Subway-Surfers-AI-using-Behavioral-Cloning

public
2 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
a02d7c089563093ce44dc17db28d01c0938f88b3

updating create files

JJINO-ROHIT committed 2 years ago
Verified
4ce0a360715cb873d3978bcf53c0e517c7fdefb2

adding train file

JJINO-ROHIT committed 2 years ago
Verified
9523a987db997620de3b217c448fa1797e6ec15c

adding scripts

JJINO-ROHIT committed 2 years ago
Verified
63a0d1dafdd0daf599a57f85246da4f319e6da82

adding notebooks

JJINO-ROHIT committed 2 years ago
Verified
8b91743d0cc863109b7e8dd0cc5ed031dfc3a4e4

Update README.md

JJINO-ROHIT committed 2 years ago
Verified
8ee5506ec419e58a9d388aea3e5b853925ad2016

Initial commit

JJINO-ROHIT committed 2 years ago

README

The README file for this repository.

Subway-Surfers-AI-using-Behavioral-Cloning

A simple resnet-18 model was trained in pytorch over ~20 GB data to learn and map the actions of the agent. I used a stratified k fold strategy and ran 5 folds on the data to help with class balancing and making predictions more robust. Images were flipped from Left to Right to double the image dataset.