Remove BoundDestination Object

New Variable 'var_can_be_bound'
Observations adjusted accordingly
This commit is contained in:
Steffen Illium
2023-10-12 17:14:32 +02:00
parent e326a95bf4
commit f5c6317158
22 changed files with 98 additions and 110 deletions

View File

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

View File

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