mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-06-21 19:31:34 +02:00
WIP: removing tiles
This commit is contained in:
@ -23,7 +23,7 @@ class AgentSingleZonePlacementBeta(Rule):
|
||||
raise ValueError
|
||||
tiles = [state[c.FLOOR].by_pos(pos) for pos in coordinates]
|
||||
for agent, tile in zip(agents, tiles):
|
||||
agent.move(tile)
|
||||
agent.move(tile, state)
|
||||
|
||||
def tick_step(self, state):
|
||||
return []
|
||||
|
Reference in New Issue
Block a user