diff --git a/README.rst b/README.rst index 37a33e507..8f8838342 100644 --- a/README.rst +++ b/README.rst @@ -133,7 +133,7 @@ If TensorBoard is installed, automatically visualize all trial results: RLlib Quick Start ----------------- -.. image:: https://github.com/ray-project/ray/raw/master/doc/source/rllib-stack.svg +.. image:: https://github.com/ray-project/ray/raw/master/doc/source/images/rllib-stack.png `RLlib`_ is an open-source library for reinforcement learning built on top of Ray that offers both high scalability and a unified API for a variety of applications. diff --git a/doc/source/images/rllib-stack.png b/doc/source/images/rllib-stack.png new file mode 100644 index 000000000..3da4c7c84 Binary files /dev/null and b/doc/source/images/rllib-stack.png differ