diff --git a/.github/images/rl_boids002.gif b/.github/images/rl_boids002.gif new file mode 100644 index 0000000..aa854d8 Binary files /dev/null and b/.github/images/rl_boids002.gif differ diff --git a/README.md b/README.md index 4fe03ef..0dfc177 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,10 @@ **Multi-agent RL environment based on Boids, implemented with [JAX](https://github.com/google/jax) using [Esquilax](https://zombie-einstein.github.io/esquilax/)** -![boids animation](.github/images/rl_boids001.gif?raw=true) +

+ + +

The environment is based on popular [boids model](https://en.wikipedia.org/wiki/Boids) where agents recreate flocking behaviours based on simple interaction rules.