Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
J-morag authored Oct 25, 2024
1 parent aa3bc80 commit f8e0da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The default instance format is from the [MovingAI benchmark](https://movingai.co
Modify the `Main.java` file to run your experiment. Examples are provided in the `ExampleMain.java` file.

## News
* 2024-10-25: Added Config class, support for loading arbitrary graphs instance format. Added various small performance and usability improvements/fixes.
* 2024-07: Added LaCAM algorithm
* 2024-04: Added PCS algorithm

Expand Down Expand Up @@ -95,4 +96,4 @@ Modify the `Main.java` file to run your experiment. Examples are provided in the
Priority Inheritance with Backtracking (PIBT) is based on:
Okumura, Keisuke, et al. "Priority inheritance with backtracking for iterative multi-agent path finding." Artificial Intelligence 310 (2022).
Lazy Constraints Addition Search (LaCAM) is based on:
Okumura, Keisuke. "Improving lacam for scalable eventually optimal multi-agent pathfinding." arXiv preprint arXiv:2305.03632 (2023).
Okumura, Keisuke. "Improving lacam for scalable eventually optimal multi-agent pathfinding." arXiv preprint arXiv:2305.03632 (2023).

0 comments on commit f8e0da6

Please sign in to comment.