1
0
mirror of https://github.com/illiumst/marl-factory-grid.git synced 2026-05-29 22:13:23 +02:00

introduced base factory concept

This commit is contained in:
romue
2021-05-07 15:06:40 +02:00
parent 4bd1272cd7
commit a57b99b5a5
-1
View File
@@ -55,7 +55,6 @@ class BaseFactory(object):
(x, y), (x_new, y_new) = old_pos, new_pos
self.state[agent_i+1, x, y] = 0
self.state[agent_i+1, x_new, y_new] = 1
print(old_pos, new_pos)
def handle_collisions(self, vecs):
pass