mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-07-05 17:11:35 +02:00
Merge branch 'unit_testing' into marl_refactor
This commit is contained in:
@ -23,7 +23,7 @@ Agents:
|
||||
- (1,2)
|
||||
# It is okay to collide with other agents, so that
|
||||
# they end up on the same position
|
||||
is_blocking_pos: true
|
||||
is_blocking_pos: false
|
||||
Agent_vertical:
|
||||
Actions:
|
||||
- Noop
|
||||
@ -34,7 +34,7 @@ Agents:
|
||||
- Destination
|
||||
Positions:
|
||||
- (2,1)
|
||||
is_blocking_pos: true
|
||||
is_blocking_pos: false
|
||||
|
||||
# Other noteworthy Entitites
|
||||
Entities:
|
||||
|
Reference in New Issue
Block a user