Skip to content

zhuiyuan616124/NeuralKart

 
 

Repository files navigation

NeuralKart - A Real-time Mario Kart AI using CNNs, Offline Search, and DAGGER

Set-up

The project has only been tested on Windows, but might work in other systems with adjustments.

Install Python Dependencies

The following Python dependencies need to be installed.

  • Tensorflow
  • Keras
  • Pillow
  • mkdir_p

Get BizHawk

Our scripts are all written for the BizHawk emulator, which has embedded Lua scripting. To get BizHawk you first need to install the prerequisites - https://github.com/TASVideos/BizHawk-Prereqs/releases. Then you can download BizHawk and unzip it to any directory - https://github.com/TASVideos/BizHawk/releases/

(Optional) Download Our Weights and Recordings

Usage Instructions

Other Projects + Links

About

A Real-time Mario Kart AI using CNNs, Offline Search, and DAGGER

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Lua 92.3%
  • Python 7.7%