#!/bin/sh
## $poplocal/local/com/startup/simagent-demo
## run this in a directory containing the poplog.sh startup script
## created when poplog is installed, or a copy of it.
## Aaron Sloman
##  12 Nov 2003

## set poplog environment variables
. poplog.sh

## Run pop11

pop11 <<END

uses newkit

load $poplocal/local/newkit/sim/teach/sim_feelings

30 -> sim_delay;
run_simulation(sim_setup_info, 30000000000, []);

END
