Skip to content

Commit

Permalink
update snake demo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Parmer authored and Jack Parmer committed Jun 21, 2024
1 parent 2c20d11 commit 41c2f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/voxel_world.py
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def random_walk(num_steps=500, grid_size=16):
return walk_coordinates

@staticmethod
def snake(num_steps=500, grid_size=16):
def snake(topology, num_steps=500, grid_size=16):
"""
Returns coordinates for snake Agent demo
Expand Down

0 comments on commit 41c2f0b

Please sign in to comment.