- Example: Solving Tic-Tac-Toe with And-Or-Tree Search. Here the opponent is seen as part of the environment, i.e., each action by the player is followed by an unknown action of the opponent which, from the viewpoint of the player makes the outcomes of actions nondeterministic. Here are the basic functions for Tic-Tac-Toe.
-
Experimental environment: Micromouse is an event where small robotic mice compete to solve a maze. You can watch the video The Fastest Maze-Solving Competition On Earth.
You can test your own agent function using the Micromouse Simulator.
All code and documents in this repository is provided under Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License