AgentInterface theAgent=new SampleSarsaAgent();
//Create the Environment
EnvironmentInterface theEnvironment=new SampleMinesEnvironment();
LocalGlue localGlueImplementation=new LocalGlue(theEnvironment,theAgent);
RLGlue.setGlue(localGlueImplementation);
//Run the main method of the Sample Experiment, using the arguments were were passed
//This will run the experiment in the main thread. The Agent and Environment will run