速報APP / 遊戲 / Train Your Tic Tac Toe

Train Your Tic Tac Toe

價格:免費

更新日期:2014-06-04

檔案大小:4.4M

目前版本:1.4

版本需求:Android 2.3.3 以上版本

官方網站:mailto:deglavs77@gmail.com

Train Your Tic Tac Toe(圖1)-速報App

Train the AI in this application to play with you. You will start with an app that doesn't know how to play, but it will learn from game to game and will finally play just as good as you do.

Train Your Tic Tac Toe(圖2)-速報App

The AI in this app uses Q-Learning, which is a Reinforcement Learning technique. You can play yourself with the learning rate (alpha), discount factor (gamma), and epsilon values (it uses Epsilon-decreasing strategy). There are no game specific algorithms used, and the only guidelines for the agent is 100 points reward for a win and -100 points for a loss.

Train Your Tic Tac Toe(圖3)-速報App

Have fun! I think i's great for small children who don't play Tic Tac Toe very good yet and want to learn. It can also be useful for machine learning students to see how the agent learns with different alpha, gamma, and epsilon values.

Train Your Tic Tac Toe(圖4)-速報App

Just when you think it's too smart, you can delete it's memory and start again. But be patient, it will require a lot of games until the AI will play good!

Train Your Tic Tac Toe(圖5)-速報App

Powered by libGDX framework.