Merge branch 'unit_testing' into marl_refactor

This commit is contained in:
Julian Schönberger
2024-04-19 09:46:46 +02:00
2 changed files with 63 additions and 19 deletions

View File

@ -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: