mirror of
https://github.com/illiumst/marl-factory-grid.git
synced 2025-05-22 23:06:43 +02:00
updated stuff
This commit is contained in:
parent
72d11bf599
commit
55d32c77e5
@ -3,3 +3,7 @@
|
||||
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`
|
||||
|
0
environments/__init__.py
Normal file
0
environments/__init__.py
Normal file
1
environments/factory_cleaning.py
Normal file
1
environments/factory_cleaning.py
Normal file
@ -0,0 +1 @@
|
||||
import numpy as np
|
0
requirements.txt
Normal file
0
requirements.txt
Normal file
Loading…
x
Reference in New Issue
Block a user