From ca31e4afa52581c95d9603a3cb692df9587db408 Mon Sep 17 00:00:00 2001 From: i-m-iron-man <50156704+i-m-iron-man@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:05:17 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 92dffe7..f2b7ea5 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -Foragax is an Agent Based Modelling (ABM) package based on JAX. It provides scalable and efficient ABM simulations by leveraging JAX's automatic vectorization and just-in-time compilation capabilities. The main features of Foragax include: +Foragax is an Agent-Based Modelling (ABM) package based on JAX. It provides scalable and efficient ABM simulations by leveraging JAX's automatic vectorization and just-in-time compilation capabilities. The main features of Foragax include: - Agent manipulation (adding, removing, updating, selecting, and sorting agents) with just-in-time compilation. - Vectorized ray-casting and wall-detection for simulating agents moving in a continuous 2D environment with custom boundaries and obstacles.