moves = new GroundFact [] {
(GroundFact) makeFact("does xplayer (mark 1 1)"),
(GroundFact) makeFact("does oplayer noop"),
};
currentState = updateKbWithMoves(r, currentState, moves);
System.out.println(currentState.stateToGdl());
assertEquals(10, currentState.getNumFacts());
moves = new GroundFact [] {
(GroundFact) makeFact("does xplayer noop"),
(GroundFact) makeFact("does oplayer (mark 1 3)"),