https://github.com/openai/baselines
Raw File
Tip revision: fc0c43b1997947778cfffe9f865d21e124f1001b authored by JongGyun Kim on 26 April 2019, 22:17:57 UTC
RNN support for PPO2 (#859)
Tip revision: fc0c43b
.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