Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 456 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 456 Bytes

Learning to play Othello (without human knowledge)

But for now, it's with human knowledge ;-)

We're learning to predict the outcome of a game. And we're learning from dataset of human games.

To run, do:

./INSTALL
. RUN

The ./INSTALL command will create a local folder called .conda_environment. This folder will contain all Python packages used within this project - it's like a local environment for the project's executables.

Enjoy!