added clean and tested requirements.txt
This commit is contained in:
parent
5048e4204e
commit
eb2ecba149
13
environments/factory/levels/shelves.txt
Normal file
13
environments/factory/levels/shelves.txt
Normal file
@ -0,0 +1,13 @@
|
||||
############
|
||||
#----------#
|
||||
#--######--#
|
||||
#----------#
|
||||
#--######--#
|
||||
#----------#
|
||||
#--######--#
|
||||
#----------#
|
||||
#--######--#
|
||||
#----------#
|
||||
#--######--#
|
||||
#----------#
|
||||
############
|
@ -1,32 +1,12 @@
|
||||
appdirs==1.4.4
|
||||
click==7.1.2
|
||||
cycler==0.10.0
|
||||
distlib==0.3.1
|
||||
filelock==3.0.12
|
||||
kiwisolver==1.3.1
|
||||
matplotlib==3.4.1
|
||||
numpy==1.20.2
|
||||
pandas~=1.2.3
|
||||
pygame~=2.0.1
|
||||
pep517==0.10.0
|
||||
Pillow==8.2.0
|
||||
pyparsing==2.4.7
|
||||
python-dateutil==2.8.1
|
||||
pytz==2021.1
|
||||
scipy==1.6.3
|
||||
seaborn==0.11.1
|
||||
six==1.16.0
|
||||
toml==0.10.2
|
||||
torch==1.8.1
|
||||
torchaudio==0.8.1
|
||||
torchvision==0.9.1
|
||||
typing-extensions==3.10.0.0
|
||||
virtualenv==20.4.6
|
||||
|
||||
gym~=0.18.0
|
||||
PyYAML~=5.3.1
|
||||
pyglet~=1.5.0
|
||||
optuna~=2.7.0
|
||||
natsort~=7.1.1
|
||||
tqdm~=4.60.0
|
||||
networkx~=2.6.1
|
||||
numpy
|
||||
scipy
|
||||
tqdm
|
||||
seaborn>=0.11.1
|
||||
matplotlib>=3.4.1
|
||||
stable-baselines3>=1.0
|
||||
pygame>=2.1.0
|
||||
gym>=0.18.0
|
||||
networkx>=2.6.1
|
||||
simplejson>=3.17.5
|
||||
PyYAML>=6.0
|
||||
git+https://github.com/facebookresearch/salina.git@main#egg=salina
|
12
setup.py
12
setup.py
@ -1,12 +0,0 @@
|
||||
from setuptools import find_packages, setup
|
||||
|
||||
with open("requirements.txt") as f:
|
||||
reqs = [line.strip() for line in f]
|
||||
|
||||
setup(
|
||||
name="EDYs",
|
||||
version="0.1",
|
||||
python_requires=">=3.6",
|
||||
packages=find_packages(),
|
||||
install_requires=reqs,
|
||||
)
|
@ -1,5 +1,5 @@
|
||||
from environments.factory import make
|
||||
import random
|
||||
import salina
|
||||
from gym.wrappers import FrameStack
|
||||
|
||||
n_agents = 4
|
||||
|
Loading…
x
Reference in New Issue
Block a user