.updater(newSgd(0.001))//Gradient Descent that only applies the learning rate. There are other fancy options, see the folder: org.nd4j.linalg.learning.config
System.out.println(simulator.event.getOccurenceTime()+" seconds: General transition "+transition.getId()+" is fired for the "+((GeneralTransition)transition).getFirings()+". time");
System.out.println(simulator.event.getOccurenceTime()+"s: General transition "+transition.getId()+" is fired for the "+((GeneralTransition)transition).getFirings()+". time");
System.out.println("An impossible internal error occured while using Deep Q Learning.");
logger.log(Level.SEVERE,"This error should be impossible because an object with exactly the same parameters was previously created without crashing",e);