Skip to content
Snippets Groups Projects
Commit 0152dd76 authored by spiglerg's avatar spiglerg
Browse files

fix?

parent 66de088d
No related branches found
No related tags found
No related merge requests found
...@@ -29,9 +29,9 @@ class EnvAgentStatic(object): ...@@ -29,9 +29,9 @@ class EnvAgentStatic(object):
position = attrib() position = attrib()
direction = attrib() direction = attrib()
target = attrib() target = attrib()
moving = attrib() moving = False
def __init__(self, position, direction, target, moving=False): def __init__(self, position, direction, target):
self.position = position self.position = position
self.direction = direction self.direction = direction
self.target = target self.target = target
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment