mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-30 10:18:50 +01:00
updated base factory
This commit is contained in:
@@ -77,7 +77,7 @@ class BaseFactory:
|
|||||||
dim=agent_i + h.AGENT_START_IDX,
|
dim=agent_i + h.AGENT_START_IDX,
|
||||||
action=action)
|
action=action)
|
||||||
if valid:
|
if valid:
|
||||||
# Does not collide width level boundrys
|
# Does not collide width level boundaries
|
||||||
self.move(agent_i, old_pos, new_pos)
|
self.move(agent_i, old_pos, new_pos)
|
||||||
return new_pos, valid
|
return new_pos, valid
|
||||||
return old_pos, valid
|
return old_pos, valid
|
||||||
|
|||||||
Reference in New Issue
Block a user