added target agent test and fixed tsp agents

This commit is contained in:
Chanumask
2024-01-18 13:32:30 +01:00
parent ecf53e7d64
commit 51612812b0
6 changed files with 100 additions and 27 deletions

View File

@ -38,6 +38,21 @@ Agents:
- Inventory
- DropOffLocations
- Maintainers
Target test agent:
Actions:
- Noop
- Charge
- DoorUse
- Move8
Observations:
- Combined:
- Other
- Walls
- GlobalPosition
- Battery
- Destinations
- Doors
- Maintainers
Entities:
@ -97,14 +112,11 @@ Rules:
done_at_collisions: false
# Done Conditions
DoneAtDestinationReach:
DoneOnAllDirtCleaned:
DoneAtBatteryDischarge:
DoneAtMaintainerCollision:
DoneAtMaxStepsReached:
max_steps: 500
Tests:
MaintainerTest: {}
DirtAgentTest: {}
ItemAgentTest: {}
# MaintainerTest: {}
# DirtAgentTest: {}
# ItemAgentTest: {}
TargetAgentTest: {}