* refactor acktr * setup.cfg now tests style/syntax in acktr as well * flake8 complaints * added note about continuous action spaces for acktr into the README.md
10 lines
153 B
INI
10 lines
153 B
INI
[flake8]
|
|
select = F,E999,W291,W293
|
|
exclude =
|
|
.git,
|
|
__pycache__,
|
|
baselines/her,
|
|
baselines/ddpg,
|
|
baselines/ppo1,
|
|
baselines/bench,
|