diff --git a/README.md b/README.md index 99bb013..094901b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# Torchy-Baselines + + +[![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: - SAC diff --git a/docs/_static/img/logo.png b/docs/_static/img/logo.png new file mode 100644 index 0000000..6859744 Binary files /dev/null and b/docs/_static/img/logo.png differ