Files
baselines/setup.cfg
pzhokhov 0f4ae2fb2a refactor acktr (#560)
* 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
2018-09-20 16:05:26 -07:00

10 lines
153 B
INI

[flake8]
select = F,E999,W291,W293
exclude =
.git,
__pycache__,
baselines/her,
baselines/ddpg,
baselines/ppo1,
baselines/bench,