mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-22 22:10:16 +00:00
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
| docs/_static/img | ||
| scripts | ||
| tests | ||
| torchy_baselines | ||
| .coveragerc | ||
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| setup.cfg | ||
| setup.py | ||
Torchy Baselines
PyTorch version of Stable Baselines, a set of improved implementations of reinforcement learning algorithms.
TODO:
- SAC
- save/load
- automatic choice for action distribution
- predict
- better rescale (min + action * range)
- documentation
- flexible mlp
- logger
- better monitor wrapper?
Later:
- get_parameters / set_parameters
- CNN policies + normalization
- tensorboard support
- DQN
- TRPO
- A2C
- ACER
- HER -> use stable-baselines because does not depends on tf?