HOG2
|
HOG2 is a rich environment for deterministic search algorithms. It supports running search algorithms across a large number of domains, and also supports simulating agents with domains.
Simulated agents are run in a clock-based simulation. An external program advances HOG2's simulation clock and displays the current view of the world.
To begin using HOG2, first install the dependancies to you machine:
then clone the git repo from github with:
Finally move to the hog2/build/gmake directory and run
One the Mac there are also XCode projects in build/XCode.
If you wish to deploy to the web, you must install emscripten, and then you can build from build/web
Next: Usage