awestover / AI

Will be adding more game solving programs soon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AI

There are lots of tasks which it would be really cool to have a computer perform.

graphTraversal

  • solve minimum traversal length path

maze

  • generate mazes
  • solve mazes

ticktacktoe

  • A simple game, which I solved with a brute force game tree search
  • Highlights how infeasible this approach is to larger game spaces

rubix cube

  • was trying to efficiently code a strategy into it

chopsticks

  • a very fun game
  • solved with reinforcement learning
  • really cool

About

Will be adding more game solving programs soon


Languages

Language:Python 81.3%Language:JavaScript 12.1%Language:HTML 5.4%Language:CSS 1.0%Language:R 0.3%