mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-20 05:56:07 +01:00
Remove BoundDestination Object
New Variable 'var_can_be_bound' Observations adjusted accordingly
This commit is contained in:
@@ -5,7 +5,8 @@ Agents:
|
||||
- Move8
|
||||
Observations:
|
||||
- Walls
|
||||
- BoundDestination
|
||||
- Other
|
||||
- Destination
|
||||
Positions:
|
||||
- (2, 1)
|
||||
- (2, 5)
|
||||
@@ -15,12 +16,13 @@ Agents:
|
||||
- Move8
|
||||
Observations:
|
||||
- Walls
|
||||
- BoundDestination
|
||||
- Other
|
||||
- Destination
|
||||
Positions:
|
||||
- (2, 1)
|
||||
- (2, 5)
|
||||
Entities:
|
||||
BoundDestinations: {}
|
||||
Destinations: {}
|
||||
|
||||
General:
|
||||
env_seed: 69
|
||||
@@ -32,7 +34,7 @@ General:
|
||||
Rules:
|
||||
SpawnAgents: {}
|
||||
Collision:
|
||||
done_at_collisions: true
|
||||
done_at_collisions: false
|
||||
FixedDestinationSpawn:
|
||||
per_agent_positions:
|
||||
Wolfgang:
|
||||
|
||||
@@ -6,7 +6,7 @@ General:
|
||||
verbose: false
|
||||
|
||||
Entities:
|
||||
BoundDestinations: {}
|
||||
Destinations: {}
|
||||
Doors: {}
|
||||
GlobalPositions: {}
|
||||
Zones: {}
|
||||
@@ -36,7 +36,7 @@ Agents:
|
||||
- Walls
|
||||
- Other
|
||||
- Doors
|
||||
- BoundDestination
|
||||
- Destination
|
||||
Sigmund:
|
||||
Actions:
|
||||
- Move8
|
||||
@@ -47,5 +47,5 @@ Agents:
|
||||
- Combined:
|
||||
- Other
|
||||
- Walls
|
||||
- BoundDestination
|
||||
- Destination
|
||||
- Doors
|
||||
Reference in New Issue
Block a user