Files
kair_algorithms_draft/scripts/requirements-dev.txt
T
Whi Kwon 7f4756a1d4 Add overall setting and ddpg baseline (#1)
* Add overall CI settings

* Add specific build dir to travis

* Add before install/script condition to travis

* Add ddpg baseline

* Add wandb, remove algorithms except ddpg

* Remove init file in script

* Separate config file for ddpg

* Remove unnecessary examples

* Remove unnecessary args opt

* Add pre-commit setting

* Change pre-commit settings

* Change travis-ci setting

* Fix travis-ci issue

* Modify argparse arguments, fix requirements

* Change arguments order
2019-02-05 20:07:46 +09:00

17 lines
169 B
Plaintext

pre-commit
# formatting
black
isort
# testing
flake8==3.6.0
flake8-bugbear
flake8-docstrings
pytest>=4.0.0
pytest-flake8
pytest-cov
# generating requirements
pipreqs