Omega Zero, Oz for short, is an exploration of the learning of commonsense knowledge in a virtual 2D environment similar to the physical setup for the game of Go.
Oz in a Tic-Tac-Toe setup with 4 random agents and 1 human player
To run Oz:
$ python -m oz
To run tests:
$ python -m unittest tests.test_basics
$ python -m unittest tests.test_utils