Skip to content

Project to create a Neural Network to play Super Smash Brothers Melee.

Notifications You must be signed in to change notification settings

JacobACarter/slippitest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slippitest

This is a personal project of mine to create a Neural Network that can play Super Smash Brothers Melee. With the use of the emulator dolphin, much data can be recorded about a specific game. For every frame, it knows:

  • The position of both players
  • Their velocity
  • Their current action
  • Their damage taken

My idea was to use the massive dataset that is my personal game files (which totals to over 300 games played) to train a neural network to play like me. This bot would be unique in its attenpt to emulate a specific human, and I believe it could be the next step in training when it comes to Melee.

I'm using TensorFlow for the neural network, and the melee library to interact with dolphin and create a bot.

About

Project to create a Neural Network to play Super Smash Brothers Melee.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages