mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-09-13 22:44:00 +02:00
7b4e60b0aa897140c5a1c197bef53a5e33f3eb4b

state slices are now registers
def __get__(int)
def by_name(str)
✌️
EDYS
Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS
Setup
- Make sure to install
virtualenv
usingpip install virtualenv
- Create a new virtual environment
virtualenv venv
- Activate the virtual environment
source venv/bin/activate
- Install the required dependencies
pip install requirements.txt
Description
Languages
Python
100%