Anaizing / javascript-tetris-AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How_to_make_an_evolutionary_tetris_bot

This is the code for the "How to Make an Evolutionary Tetris Bot"

Overview

This is the code for this video on Youtube by Siraj Raval. We're going to use evolutionary techniques to improve our AI over time. That means through selection, crossover, and mutation, our AI will learn to get to the high score (500) in the shortest amount of time possible. This code is in Javascript!

Dependencies

They all come prepackaged.

Usage

Just open the .html file in your web browser and the AI will start playing Tetris.

Credits

The credits for this code go to idressinc. I've merelyc created a wrapper to get people started.

About


Languages

Language:JavaScript 92.1%Language:Jupyter Notebook 4.4%Language:HTML 3.5%