Add openmanipulator simulation environment agent (#50)

This commit is contained in:
Whi Kwon
2019-05-03 21:25:15 +09:00
committed by GitHub
parent 16ae4375c9
commit c1f348775e
32 changed files with 1187 additions and 173 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
test:
env PYTHONPATH=./scripts pytest --flake8 # --cov=algorithms
env PYTHONPATH=./scripts pytest --flake8 --ignore=./scripts/envs # --cov=algorithms
format:
isort -y
python3.6 -m black -t py27 .
python3.6 -m black -t py27 . --fast
dev:
pip install -r scripts/requirements-dev.txt