nuin » examples
Nuin examples
Some example Nuin agents are included with the Nuin download, and are listed below
A brief summary of the main sections of this reference follows:
- blocks world agent
A relatively simple single agent that can perform simple planning in a blocks-world environment. This agent shows the use of recursive plans to achieve an objective. - Oz-world simulation
A relatively simple multi-agent simulation, derived from an example in Georgeff & Ingrand (1990), in which a robot attempts to clear a highway of trash while avoiding oncoming cars. This is not a faithful reproduction, but has many of the same features. Note that it is not yet completed; in particular the conflicting intention resolution needs more work. - Jade ping example
A very simple illusration of using Jade as the underlying agent infrastructure; two Jade agents are created and the Nuin behaviours exchange ping messages using the Jade agent communications channel.