https://github.com/openai/baselines
Revision 35e95ee85a394e824868fd362cec3c888a8d6cfc authored by Peter Zhokhov on 06 September 2018, 19:00:19 UTC, committed by Peter Zhokhov on 06 September 2018, 19:00:19 UTC
1 parent ad219e2
Raw File
Tip revision: 35e95ee85a394e824868fd362cec3c888a8d6cfc authored by Peter Zhokhov on 06 September 2018, 19:00:19 UTC
fix python 3.5 string format compatibility
Tip revision: 35e95ee
setup.cfg
[flake8]
select = F,E999
exclude = 
    .git,
    __pycache__,
    baselines/her,
    baselines/ddpg,
    baselines/ppo1,
    baselines/bench,
    baselines/acktr, 
    
    
    
    

back to top