Skip to content

Commit

Permalink
gridsize argument changed
Browse files Browse the repository at this point in the history
  • Loading branch information
aadeshnpn committed Jul 10, 2021
1 parent 285b278 commit 3400e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/resilience_goal/experiments.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def main(args):
trap = trap_size
obs = obs_size
windowsizes = [100, 200, 300, 400, 500, 600]
gridsizes = [10] # [2, 5, 10]
gridsizes = [2, 5, 10]
width = args.width
height = args.height
exp_no = args.exp_no
Expand Down

0 comments on commit 3400e6f

Please sign in to comment.