mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-12-06 15:40:37 +01:00
Merge branch 'route_plotting' into rl_plotting
This commit is contained in:
@@ -20,7 +20,7 @@ Agents:
|
||||
- Destination
|
||||
# Avaiable Spawn Positions as list
|
||||
Positions:
|
||||
- (1,2)
|
||||
- (2,1)
|
||||
# It is okay to collide with other agents, so that
|
||||
# they end up on the same position
|
||||
is_blocking_pos: false
|
||||
@@ -33,7 +33,7 @@ Agents:
|
||||
- Other
|
||||
- Destination
|
||||
Positions:
|
||||
- (2,1)
|
||||
- (1,2)
|
||||
is_blocking_pos: false
|
||||
|
||||
# Other noteworthy Entitites
|
||||
@@ -45,9 +45,9 @@ Entities:
|
||||
SpawnDestinationsPerAgent:
|
||||
coords_or_quantity:
|
||||
Agent_horizontal:
|
||||
- (3,2)
|
||||
Agent_vertical:
|
||||
- (2,3)
|
||||
Agent_vertical:
|
||||
- (3,2)
|
||||
# Whether you want to provide a numeric Position observation.
|
||||
# GlobalPositions:
|
||||
# normalized: false
|
||||
|
||||
@@ -1,45 +1,45 @@
|
||||
Agents:
|
||||
Clean test agent:
|
||||
Actions:
|
||||
- Noop
|
||||
- Charge
|
||||
- Clean
|
||||
- DoorUse
|
||||
- Move8
|
||||
Observations:
|
||||
- Combined:
|
||||
- Other
|
||||
- Walls
|
||||
- GlobalPosition
|
||||
- Battery
|
||||
- ChargePods
|
||||
- DirtPiles
|
||||
- Destinations
|
||||
- Doors
|
||||
- Maintainers
|
||||
Clones: 0
|
||||
Item test agent:
|
||||
Actions:
|
||||
- Noop
|
||||
- Charge
|
||||
- DestAction
|
||||
- DoorUse
|
||||
- ItemAction
|
||||
- Move8
|
||||
Observations:
|
||||
- Combined:
|
||||
- Other
|
||||
- Walls
|
||||
- GlobalPosition
|
||||
- Battery
|
||||
- ChargePods
|
||||
- Destinations
|
||||
- Doors
|
||||
- Items
|
||||
- Inventory
|
||||
- DropOffLocations
|
||||
- Maintainers
|
||||
Clones: 0
|
||||
# Clean test agent:
|
||||
# Actions:
|
||||
# - Noop
|
||||
# - Charge
|
||||
# - Clean
|
||||
# - DoorUse
|
||||
# - Move8
|
||||
# Observations:
|
||||
# - Combined:
|
||||
# - Other
|
||||
# - Walls
|
||||
# - GlobalPosition
|
||||
# - Battery
|
||||
# - ChargePods
|
||||
# - DirtPiles
|
||||
# - Destinations
|
||||
# - Doors
|
||||
# - Maintainers
|
||||
# Clones: 0
|
||||
# Item test agent:
|
||||
# Actions:
|
||||
# - Noop
|
||||
# - Charge
|
||||
# - DestAction
|
||||
# - DoorUse
|
||||
# - ItemAction
|
||||
# - Move8
|
||||
# Observations:
|
||||
# - Combined:
|
||||
# - Other
|
||||
# - Walls
|
||||
# - GlobalPosition
|
||||
# - Battery
|
||||
# - ChargePods
|
||||
# - Destinations
|
||||
# - Doors
|
||||
# - Items
|
||||
# - Inventory
|
||||
# - DropOffLocations
|
||||
# - Maintainers
|
||||
# Clones: 0
|
||||
Target test agent:
|
||||
Actions:
|
||||
- Noop
|
||||
@@ -55,7 +55,7 @@ Agents:
|
||||
- Destinations
|
||||
- Doors
|
||||
- Maintainers
|
||||
Clones: 0
|
||||
Clones: 1
|
||||
|
||||
Entities:
|
||||
|
||||
@@ -90,7 +90,7 @@ Entities:
|
||||
General:
|
||||
env_seed: 69
|
||||
individual_rewards: true
|
||||
level_name: large
|
||||
level_name: quadrant
|
||||
pomdp_r: 3
|
||||
verbose: false
|
||||
tests: false
|
||||
@@ -115,10 +115,10 @@ Rules:
|
||||
|
||||
# Done Conditions
|
||||
DoneAtMaxStepsReached:
|
||||
max_steps: 500
|
||||
max_steps: 20
|
||||
|
||||
Tests:
|
||||
MaintainerTest: {}
|
||||
DirtAgentTest: {}
|
||||
ItemAgentTest: {}
|
||||
TargetAgentTest: {}
|
||||
# MaintainerTest: {}
|
||||
# DirtAgentTest: {}
|
||||
# ItemAgentTest: {}
|
||||
# TargetAgentTest: {}
|
||||
|
||||
Reference in New Issue
Block a user