From 0b954cb1eab3fd82026cc39b8c66887178936440 Mon Sep 17 00:00:00 2001 From: Krzysztof Rudnicki Date: Sun, 27 Oct 2024 20:21:37 +0100 Subject: [PATCH] chore: updated readme with assignemnt description --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 631e4e82..1965c85e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ # USD +## Task: +Zapoznaj się z [MetaDrive](https://github.com/metadriverse/metadrive/). Wytrenuj co najmniej dwóch różnych agentów +wykorzystując algorytmy **wieloagentowe** (MA), na co +najmniej trzech różnych mapach. Omów otrzymane wyniki oraz zwizualizuj działanie +wytrenowanych agentów. + +## How to run: Install swig, python and pip Install libraries required by program: -`pip install -r requirements.txt` \ No newline at end of file +`pip install -r requirements.txt` +