stable-baselines3/README.md
Antonin Raffin d22caac616 Working SAC
2019-09-24 14:15:12 +02:00

27 lines
898 B
Markdown

<img src="docs/\_static/img/logo.png" align="right" width="40%"/>
[![Build Status](https://travis-ci.com/hill-a/stable-baselines.svg?branch=master)](https://travis-ci.com/hill-a/stable-baselines) [![Documentation Status](https://readthedocs.org/projects/stable-baselines/badge/?version=master)](https://stable-baselines.readthedocs.io/en/master/?badge=master)
# Torchy Baselines
PyTorch version of [Stable Baselines](https://github.com/hill-a/stable-baselines), a set of improved implementations of reinforcement learning algorithms.
TODO:
- 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?