Redone the spawn procedute and destination objects

This commit is contained in:
Steffen Illium
2023-10-11 16:36:48 +02:00
parent e64fa84ef1
commit e326a95bf4
32 changed files with 266 additions and 146 deletions

View File

@@ -1,4 +1,10 @@
Agents:
Eberhart:
Actions:
- Move8
- Noop
- ItemAction
Observations:
Wolfgang:
Actions:
- Noop
@@ -41,7 +47,6 @@ Entities:
Machines: {}
Maintainers: {}
Zones: {}
ReachedDestinations: {}
General:
env_seed: 69

View File

@@ -0,0 +1,44 @@
Agents:
Wolfgang:
Actions:
- Noop
- Move8
Observations:
- Walls
- BoundDestination
Positions:
- (2, 1)
- (2, 5)
Karl-Heinz:
Actions:
- Noop
- Move8
Observations:
- Walls
- BoundDestination
Positions:
- (2, 1)
- (2, 5)
Entities:
BoundDestinations: {}
General:
env_seed: 69
individual_rewards: true
level_name: narrow_corridor
pomdp_r: 0
verbose: true
Rules:
SpawnAgents: {}
Collision:
done_at_collisions: true
FixedDestinationSpawn:
per_agent_positions:
Wolfgang:
- (2, 1)
- (2, 5)
Karl-Heinz:
- (2, 1)
- (2, 5)
DestinationReachAll: {}

View File

@@ -7,7 +7,6 @@ General:
Entities:
BoundDestinations: {}
ReachedDestinations: {}
Doors: {}
GlobalPositions: {}
Zones: {}