Giter Club home page Giter Club logo

catmario's Introduction

CatMario

Summary

Syobon Action(aka. Cat Mario), is a Super Mario-like game which features numerous unorthodox traps that are intentionally placed to kill the character and cause extreme frustration. The goal of this project is to develop an AI that can control the agent(cat) to pass the horizontal game level by going around the traps. We are implementing the project by using NEAT method and extracting data with our own CV-capture unit.

CatMario

CV-Capture Unit

Most gaming AIs were developed and embedded in its host game that grant them direct accesses to the in-game data for training and evaluation. Since we are building AI on a stand alone application, the only real-time game data that are accessible from Cat Mario are the final gameplay. All of the game information, such as the agent, object locations, colors, etc, must be recognized in the forms of pixels from the video feed. As a result, the first challenge in developing the Cat Mario AI is to analyze the gameplay frame in real-time and extract useful datasets for AI training and validation. This is accomplished with computer vision (CV) using tools in OpenCV, a popular open source CV library.

CatMario

NEAT (Neuroevolution of augmenting topologies)

NEAT combines the uses of genetic algorithm and NN. At each generation (loop over list of NN), we will get a fitness(reward) for how each genome (NN) perform our task. Then the genome with least performance(fitness) in each species(cluster) will be removed and the new genomes produced by mutation or crossover will join the population (list of NN) in the species they belong to (or create a new species), then move forward to the next generation).

catmario's People

Contributors

jawadefaj avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Forkers

pojenwang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.