protected void setupInitialState()
{
super.setupInitialState();
// Create the Agent
theAgent = new SkeletonAgent();
theEnvironment = new SkeletonEnvironment();
RLGlue.setGlue(new LocalGlue(theEnvironment,theAgent));
/* We could also start over and do another experiment */
RLGlue.RL_init();