{
try {
Configuration config = Configuration.getDefaultConfiguration().copy();
final java.io.FileInputStream inputStream = new java.io.FileInputStream(logFileName);
final LearnerSimulator simulator = new LearnerSimulator(inputStream,true,null);// not using a converter
final LearnerEvaluationConfiguration evalData = simulator.readLearnerConstructionData(config);
final org.w3c.dom.Element nextElement = simulator.expectNextElement(StatechumXML.ELEM_INIT.name());
final ProgressDecorator.InitialData initial = simulator.readInitialData(nextElement);
simulator.setNextElement(nextElement);
RPNILearner learner2 = new RPNIUniversalLearner(null,new LearnerEvaluationConfiguration(null,null,evalData.config,null,null))