I think =?iso-8859-1?Q?D=F3nal_Murtagh?= wrote: > Hi, > > I'm looking for a planner implemented in Jess - preferably one which can > perform Hierarchical Task Network (HTN) planning and is available (free > of charge), but if you know of *any* Jess planner, I'd be grateful if > you'd send me the details.
Note that in one sense, Jess itself *is* a planner; it implements a superset of the PLANNER language as originally used by Terry Winograd, and thus basically does planning by simulation. A program like the "monkey and banana" example that comes with Jess is an example of planning; the plan is output in English, but with trivial modifications could be produced in some other format. --------------------------------------------------------- Ernest Friedman-Hill Science and Engineering PSEs Phone: (925) 294-2154 Sandia National Labs FAX: (925) 294-2234 PO Box 969, MS 9012 [EMAIL PROTECTED] Livermore, CA 94550 http://herzberg.ca.sandia.gov -------------------------------------------------------------------- To unsubscribe, send the words 'unsubscribe jess-users [EMAIL PROTECTED]' in the BODY of a message to [EMAIL PROTECTED], NOT to the list (use your own address!) List problems? Notify [EMAIL PROTECTED] --------------------------------------------------------------------
