This tutorial will help you start the system by initializing and loading NL-Soar on lingserver2.

Note: this tutorial assumes that you are running a csh shell under Unix. It should be possible to accomplish these commands with other shells, but the relevant commands for those shells are not given here.

  1. Set a variable that describes your system's NL-Soar root directory:

  2.     setenv NLSROOT /devel/soar73/nl2003
     

  3. Go to the NL-Soar directory:

        cd /devel/soar73

  4. There is a csh file provided to set appropriate aliases and environment variables. Source it:

  5.     source nls03init.csh
     

  6. Three aliases are created:
  7. Run the alias of your choice. This calls and initializes a Tcl agent.

  8.  
  9. Source the NL-Soar productions from the appropriate TCL file:

  10.    source ../nls03init.tcl
     

  11. You should see many startup messages. After the system finishes loading, it is ready to accept your input.