Contribute Media
A thank you to everyone who makes this possible: Read More

Using Python to build an AI to play and win SNES StreetFighter II

Description

ryu-python

Hear the story of how we used Python to build an AI that plays Super StreetFighter II on the Super NES. We’ll cover how Python provided the key glue between the SNES emulator and AI, and how the AI was built with gym, keras-rl and tensorflow. We’ll show examples of game play and training, and talk about which bot beat which bot in the bot-v-bot tournament we ran.

After this talk you’ll know how easy it is to use Python and Python’s machine learning libraries to teach a computer to play games. You’ll see a practical example of the same type of machine learning used by AlphaGo, and also get to find out which character in StreetFighter II is best to pick when playing your friends.

Improve this page