PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
Find a file
2019-09-21 16:48:51 +02:00
scripts Bug fixes + add evaluate script 2019-09-06 10:44:55 +02:00
tests Attempt to fix loss of perf because of VecEnvs 2019-09-20 18:06:08 +02:00
torchy_baselines Improve initialization 2019-09-21 16:48:51 +02:00
.coveragerc Bug fixes + add evaluate script 2019-09-06 10:44:55 +02:00
.gitignore Refactor: CEM-RL closer to TD3 implementation 2019-09-09 13:43:46 +02:00
LICENSE Init: TD3 2019-09-05 17:29:41 +02:00
README.md Init: TD3 2019-09-05 17:29:41 +02:00
setup.cfg Bug fixes + add evaluate script 2019-09-06 10:44:55 +02:00
setup.py PPO VecEnv compat 2019-09-20 15:19:04 +02:00

Torchy-Baselines