From e62d14c3e9b95d68054d1c6c062771be00f470cb Mon Sep 17 00:00:00 2001 From: Stepan Dergachev Date: Tue, 26 Mar 2024 20:29:02 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f2c8da..55e9511 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ cd ../../example jupyter notebook ``` -The notebook contains a circular scenario (see figure below), the size of the circle and the number of agents can be changed by updating variables `CIRC_R` and `AGENTS_NUM`. +The notebook contains a circular scenario (see animation at the top), the size of the circle and the number of agents can be changed by updating variables `CIRC_R` and `AGENTS_NUM`. ```python CIRC_R = 6 # size of the circle