Skip to content

Commit

Permalink
Add readme image
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed Oct 4, 2024
1 parent 1b910ff commit ebb445b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added .github/images/rl_boids002.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<p float="left">
<img src=".github/images/rl_boids001.gif?raw=true" width="200" />
<img src=".github/images/rl_boids002.gif?raw=true" width="200" />
</p>

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

0 comments on commit ebb445b

Please sign in to comment.