Skip to content

Commit

Permalink
test: test refinements
Browse files Browse the repository at this point in the history
work on #9
  • Loading branch information
bsorrentino committed Jul 16, 2024
1 parent 7967a93 commit 880a7c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static void main(String[] args) throws Exception {
int steps= 0;
@Override
public String apply(AgentState state) {
if( ++steps == 10 ) {
if( ++steps == 5 ) {
return END;
}
return "a2";
Expand Down

0 comments on commit 880a7c7

Please sign in to comment.