163164165166167168169170171172173174175176177
return createRLGlueAction(action); } private void explore(RState state, final int timeout) { Timer t = new Timer(); while(true) { if(t.getElapsedTime() >= (timeout * 0.8)) { break; } List<Agent> agents = new ArrayList<Agent>();