- Apr 03, 2024
-
-
Marjon Blondeel authored
-
- Aug 04, 2023
-
-
Marjon Blondeel authored
-
- Aug 02, 2023
-
-
Marjon Blondeel authored
-
- Aug 01, 2023
-
-
Marjon Blondeel authored
-
- Jul 17, 2023
-
-
Marjon Blondeel authored
-
- Jun 22, 2023
-
-
ArnoDG authored
-
- Jun 20, 2023
-
-
ArnoDG authored
-
- May 29, 2023
- May 28, 2023
-
-
ArnoDG authored
-
- May 23, 2023
-
-
ArnoDG authored
updated READMEs + bug fix in low-level planner Enhanced CBS to now return correct lower bound after a path has been found + changed 'update_lower_bound' method since f_min can decrease during search process after expanding a state into neighbour states.
-
- May 21, 2023
-
-
ArnoDG authored
-
- May 19, 2023
-
-
ArnoDG authored
-
- May 18, 2023
- May 16, 2023
-
-
ArnoDG authored
updated 'conflicting_single_agent_state' if-case + added Greedy search annotation comments to low-level 'greedy_plan' 'stastar_greedy_planner.py'
-
- May 15, 2023
- May 11, 2023
-
-
ArnoDG authored
implementation greedy CBS (final) + Enhanced CBS + small unharmful change to 'safe_distance' function of original CBS planner needed for the conflicts heuristic implementation.
-
- May 09, 2023
-
-
ArnoDG authored
-
- May 08, 2023
-
-
ArnoDG authored
-
- May 03, 2023
-
-
ArnoDG authored
update README greedy-cbs + change conflicts_heuristic.py to check for one conflict between a state position when calculating an agents new path and other already existing agents paths (from the high-level CTNode solution) + Added comments.
-
- Apr 30, 2023
-
-
ArnoDG authored
-
- Apr 26, 2023
-
-
ArnoDG authored
-
- Apr 25, 2023
- Apr 19, 2023
-
-
ArnoDG authored
adding comments to and changed variable names in CBS code + README updated + deleting unnecessary 'h' procedure in 'stastar\planner.py'
-
- Apr 18, 2023
-
-
ArnoDG authored
-
- Apr 17, 2023
-
-
ArnoDG authored
-
- Apr 12, 2023
-
-
Marjon Blondeel authored
revert files that should not have been changed to previous commit, removed algorithm CBS with highways because of too many errors in code
-
- Apr 11, 2023
-
-
ArnoDG authored
Solving rotation problem: in 'plan' procedure of 'stastar' creating a neighbour_state didn't take into account different rotation angles (only multiples of 90°) and this led to a wrong lookup in the true_hueristics datastructure. Problem solved by adding correct intermediary neighbour states for different rotation angles with correct h_scores.
-
- Jan 30, 2023
-
-
Marjon Blondeel authored
-
- Sep 07, 2022
-
-
Marjon Blondeel authored
resolved bug robot at goalnode (when leaving goal it remained as being at goal), removed backwards notion from unity visualization and configuration
-
- Aug 12, 2022
-
-
Marjon Blondeel authored
-
- Aug 10, 2022
-
-
Marjon Blondeel authored
action/observation size is now the same in all scenes, algorithms have been updated, first revision done of readme
-
- Feb 18, 2022
-
-
Marjon Blondeel authored
-
- Oct 19, 2021
-
-
Marjon Blondeel authored
-