othello-agent 0.1.2

A simple Othello library. Contains useful methods for interacting with the game and creating autonomous Othello agents.
Documentation
1
2
3
4
5
6
7
8
9
pub mod utils;

pub mod encoding;

pub mod constants;

pub mod types;

pub mod recommender;