GitHub - andportnoy/rl-tic-tac-toe

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

1 Commit

Repository files navigation

How to run

make
./tic-tac-toe

What is it?

tic-tac-toe.c implements a reinforcement learning training loop that creates two capable machine tic-tac-toe players. It then lets you play against one of them, either as X or as O.

If you want to understand the logic behind the code, pages 6-10 in Richard Sutton's reinforcement learning book is sufficient introduction!

About

No description, website, or topics provided.

Resources

Readme

Activity

Stars

3 stars

Watchers

0 watching

Forks

1 fork

Releases

No releases published