mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-23 07:16:44 +02:00
12 lines
351 B
Markdown
12 lines
351 B
Markdown
# EDYS
|
|
|
|
Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS
|
|
|
|
## Setup
|
|
1. Make sure to install `virtualenv` using `pip install virtualenv`
|
|
2. Create a new virtual environment `virtualenv venv`
|
|
3. Activate the virtual environment `source venv/bin/activate`
|
|
4. Install the required dependencies `pip install requirements.txt`
|
|
|
|
##
|