https://github.com/openai/baselines
Raw File
Tip revision: 6b41b6b98460cc7fdde7add26b12d6f4e8720d64 authored by Peter Zhokhov on 08 November 2018, 00:23:32 UTC
updated links in README and notebook
Tip revision: 6b41b6b
.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