mirror of
https://github.com/kuhyx/WUT_Computer_Science.git
synced 2026-07-04 16:23:11 +02:00
14 lines
420 B
Markdown
14 lines
420 B
Markdown
# 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`
|
|
|