mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-06 15:40:37 +01:00
maintainer test grabs temp state
This commit is contained in:
@@ -21,7 +21,7 @@ class TSPBaseAgent(ABC):
|
||||
self.local_optimization = True
|
||||
self._env = state
|
||||
self.state = self._env.state[c.AGENT][agent_i]
|
||||
self._position_graph = points_to_graph(self._env.entities.floorlist)
|
||||
self._position_graph = points_to_graph(self._env.state.entities.floorlist)
|
||||
self._static_route = None
|
||||
|
||||
@abstractmethod
|
||||
|
||||
Reference in New Issue
Block a user