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

#42 run baselines in ci

parent bcf7caa7
No related branches found
No related tags found
No related merge requests found
#git+https://gitlab.aicrowd.com/flatland/flatland.git@master git+https://gitlab.aicrowd.com/flatland/flatland.git@42-run-baselines-in-ci
importlib-metadata>=0.17 importlib-metadata>=0.17
importlib_resources>=1.0.2 importlib_resources>=1.0.2
torch>=1.1.0 torch>=1.1.0
\ No newline at end of file
print("bla")
\ No newline at end of file
...@@ -20,10 +20,10 @@ passenv = ...@@ -20,10 +20,10 @@ passenv =
HTTP_PROXY HTTP_PROXY
HTTPS_PROXY HTTPS_PROXY
deps = deps =
; -r{toxinidir}/requirements_torch_training.txt -r{toxinidir}/requirements_torch_training.txt
commands = commands =
python -m pip install -r requirements_torch_training.txt python -m pip install -r requirements_torch_training.txt
python torch_training/multi_agent_training.py --n_trials=10 python torch_training/bla.py --n_trials=10
[flake8] [flake8]
max-line-length = 120 max-line-length = 120
......
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