Skip to content
Snippets Groups Projects
Commit 4d21e3fb authored by u214892's avatar u214892
Browse files

#42 run baselines in ci

parent 07285d5f
No related branches found
No related tags found
1 merge request!242 run baselines in ci
Pipeline #1381 failed
git+http://gitlab.aicrowd.com/flatland/flatland.git@master git+https://gitlab.aicrowd.com/flatland/flatland.git@master
torch>=1.1.0 torch>=1.1.0
\ No newline at end of file
import os
from setuptools import setup, find_packages from setuptools import setup, find_packages
# TODO: setup does not support installation from url, move to requirements*.txt
# TODO: @master as soon as mr is merged on flatland.
os.system(
'pip install git+https://gitlab.aicrowd.com/flatland/flatland.git@57-access-resources-through-importlib_resources')
install_reqs = [] install_reqs = []
# TODO: include requirements_RLLib_training.txt # TODO: include requirements_RLLib_training.txt
requirements_paths = ['requirements_torch_training.txt'] # , 'requirements_RLLib_training.txt'] requirements_paths = ['requirements_torch_training.txt'] # , 'requirements_RLLib_training.txt']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment