https://github.com/openai/baselines
Raw File
Tip revision: 6bbc4635e65f5c70cf2eaa5b8035ca9a85b734dd authored by Greg Brockman on 19 March 2019, 00:42:10 UTC
Update cmd_util with initializer, env_kwargs, and force_dummy
Tip revision: 6bbc463
setup.cfg
[flake8]
select = F,E999,W291,W293
exclude = 
    .git,
    __pycache__,
    baselines/ppo1,
    baselines/bench,
back to top