6566676869707172
} public STRIPSState getSTRIPSInitialState() { STRIPSState s = new STRIPSState(actions, initial, goal); s.setRPG(new RelaxedPlanningGraph(this)); return s; }