https://github.com/openai/baselines
Raw File
Tip revision: 4ef879d597c39c26040ab553773f92b6cc93df78 authored by Matthias Plappert on 05 March 2018, 10:00:39 UTC
Add warning if num_cpu = 1
Tip revision: 4ef879d
.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