Hanoi Domain
From TinyCog
The "Towers of Hanoi" domain is an example / test case for testing the most basic TinyCog Subsystems and code modules. The domain consists of three "rods" and three "disks" of different size. The goal is to move the three disks one-by-one from one rod to another rod, observing the constraint that a disk may only be placed on a larger disk or rod.
- Basic Scene implementation
- Basic Description Logic implementation of "primitive subsumption"
- Basic Planner implementation (non-deterministic)
Implementation Status
Please see:
- [test040-hanoi-noplan.pl] for a simplified version with a built-in planner (working in TinyCog 0.0.1) and
- [test100-hanoi-planner.pl] for version using the Distance Planner (buggy in TinyCog 0.0.1).