Go to file
2024-10-27 21:28:12 +01:00
report chore: split repo into code and report parth 2024-10-27 20:38:11 +01:00
script feat: copied and pasteed multi agent env from metadrive examples 2024-10-27 21:28:12 +01:00
.gitignore chore: split repo into code and report parth 2024-10-27 20:38:11 +01:00
README.md feat: metadrive hello world 2024-10-27 21:14:26 +01:00

USD

Task:

Zapoznaj się z 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 metadrive

pip install metadrive-simulator
python -m metadrive.pull_asset

Verify

python -m metadrive.examples.profile_metadrive

Install swig, python and pip

Install other libraries required by program:

pip install -r requirements.txt