https://github.com/openai/baselines
Raw File
Tip revision: dbcc4e025229176136d2391025ab615d4559c416 authored by Peter Zhokhov on 10 August 2018, 21:23:45 UTC
lstm network builders using tf lstm
Tip revision: dbcc4e0
.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