Hi Peter,
You aren't doing anything wrong as far as running the agent from Java
goes. The main issue is that the towers-of-hanoi.soar rules you're
loading assume that an I/O environment is provided. You'll note the
"load-plugin org.jsoar.demos.toh.TowersOfHanoi 3 11" line at the top
of the file. This not only displays the user interface, but also gives
agent feedback on the input-link and takes commands from the agent on
the output-link.
The easiest thing to do would be to pull in a "standalone" agent, i.e.
one that does all the work "in its head" and run that. You can get
sample agents and more information from the main Soar distribution
(
http://sitemaker.umich.edu/soar/home).
Cheers,
Dave
> --
> You received this message because you are subscribed to the Google Groups
> "jsoar-user" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/jsoar-user/-/9qUoBCXMAGMJ.
> To post to this group, send email to
jsoar...@googlegroups.com.
> To unsubscribe from this group, send email to
>
jsoar-user+...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/jsoar-user?hl=en.