Commit Graph

41 Commits

Author SHA1 Message Date
3c54d04f9f All relevant functional code for A2C Dirt Quadrant setting with small changes to the environment + Different configs for single agent and multiagent settings 2024-05-06 12:33:37 +02:00
175a02f997 Add various RL adapted configs part 2 2024-05-02 11:01:20 +02:00
c7c2c4e5a3 Add various RL adapted configs 2024-05-02 11:00:35 +02:00
50bcf5d995 Merge branch 'unit_testing' into marl_refactor 2024-04-19 09:46:46 +02:00
54d4e1ecb5 added simple route caching and fixed move 4 point graph in tspbaseagent 2024-04-17 15:28:10 +02:00
fe5a97a413 added allowed direction check for predict move 2024-04-04 12:48:14 +02:00
63bed3f4ba Include modified version of two_rooms_one_door_config + small changes on two other configs and a rl study file 2024-03-27 17:06:23 +01:00
1e4ec254f4 added simple_crossing scenario 2024-03-25 13:08:37 +01:00
955598a129 fixed globalpos and 2rooms1door destination spawning 2024-03-25 12:30:31 +01:00
ce7f5cb1ea fixed merge-issue 2024-03-21 15:09:37 +01:00
c510610e50 Merge remote-tracking branch 'origin/unit_testing' into unit_testing 2024-03-21 15:05:57 +01:00
9049363a40 cleaned up and fixed tests. should all run now. 2024-03-21 15:04:29 +01:00
b3acb57b4e Merge branch 'main' into 'unit_testing'
# Conflicts:
#   marl_factory_grid/algorithms/static/TSP_dirt_agent.py
#   marl_factory_grid/utils/config_parser.py
2024-03-18 16:23:44 +01:00
51612812b0 added target agent test and fixed tsp agents 2024-01-18 13:32:30 +01:00
78e1d5b4fc added itemagent test 2023-12-07 13:18:41 +01:00
24221f90d1 fixes 2023-12-01 11:51:15 +01:00
0e07e47d51 Zones Removed 2023-12-01 11:13:15 +01:00
72a1c0a149 updated readme 2023-11-28 12:27:25 +01:00
c9ac92f044 Merge branch 'main' into documentation
# Conflicts:
#	marl_factory_grid/configs/default_config.yaml
#	marl_factory_grid/configs/eight_puzzle.yaml
#	random_testrun.py
2023-11-28 12:06:26 +01:00
6ce4226a20 documentation config files 2023-11-27 17:36:33 +01:00
803d0dae7f Multiple Fixes:
- Config Explainer
 - Rewards
 - Destination Reach Condition
 - Additional Step Callback
2023-11-24 14:43:49 +01:00
0ec260f6a2 initial n steps 2023-11-23 17:32:32 +01:00
e1cc34b30f started documentation of default config 2023-11-23 16:13:54 +01:00
2f29ef703c Verified Collision Checks and Rendering 2023-11-23 11:43:04 +01:00
855f53b406 Documentation 2023-11-22 12:12:04 +01:00
604c0c6f57 Fixed agent observation and inventory init 2023-11-20 14:59:37 +01:00
467cc3f793 Comments, small bugfixes removed legacy elements 2023-11-17 12:27:03 +01:00
6c27aa8eaf Movement printing and Results, state, state reset. 2023-11-16 17:08:08 +01:00
c3c434a97e Results resolved. Small ADjustments 2023-11-16 15:29:07 +01:00
80247cb56a eight puzzle now available, clones now available 2023-11-11 11:49:12 +01:00
b6ab6ab652 small error fixes reset sanity and self sanity almost lost 2023-11-10 17:40:27 +01:00
6711a0976b Resolved some warnings and style issues 2023-11-10 09:29:54 +01:00
a9462a8b6f Added explanation for narrow_corridor.yaml 2023-11-10 06:54:38 +01:00
06a5130b25 new rules, new spawn logic, small fixes, default and narrow corridor debugged 2023-11-09 17:50:20 +01:00
374a38971a fixed names and function, dirtspawn and item spawn 2023-10-30 11:11:35 +01:00
bf88561e7c small adjustments and "DestinationReachAny" as replacement for "DestinationDone" 2023-10-24 13:37:35 +02:00
7a1d3f84f1 no more tiles no more floor 2023-10-20 14:36:23 +02:00
f5c6317158 Remove BoundDestination Object
New Variable 'var_can_be_bound'
Observations adjusted accordingly
2023-10-12 17:14:32 +02:00
e326a95bf4 Redone the spawn procedute and destination objects 2023-10-11 16:36:48 +02:00
714e07a816 New Szenario "Two_Rooms_One_Door" 2023-09-01 13:04:54 +02:00
9135a69da6 New Szenario "Two_Rooms_One_Door" 2023-07-12 15:59:21 +02:00