Skip to content

Commit

Permalink
refactor gecom goap
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Sep 14, 2023
1 parent 518c817 commit 051d2a5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/lib/gecom/agent/GeAgentTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ public void test() {
eat.getPreconditions().put("hungry", 1);
eat.getEffects().put("hungry", 0);

final List<GeAction> listOfPossibleActions = List.of(eat);

final GeGoal getFull = GeGoal.builder().build();
getFull.getStatesToReach().put("hungry", 0);

Expand Down

0 comments on commit 051d2a5

Please sign in to comment.