https://github.com/openai/baselines
Raw File
Tip revision: 11176eedce896accaeaca55f8496a88dd036a92e authored by Peter Zhokhov on 14 August 2018, 23:43:13 UTC
tests on ubuntu18.04
Tip revision: 11176ee
.gitignore
*.swp
*.pyc
*.pkl
*.py~
.pytest_cache
.DS_Store
.idea

# Setuptools distribution and build folders.
/dist/
/build
keys/

# Virtualenv
/env


*.sublime-project
*.sublime-workspace

.idea

logs/

.ipynb_checkpoints
ghostdriver.log

htmlcov

junk
src

*.egg-info
.cache

MUJOCO_LOG.TXT
back to top