From 61e3bbbfee5fe4a2bfa449868d868fecdd2856e4 Mon Sep 17 00:00:00 2001 From: Eric Liang Date: Sat, 17 Nov 2018 15:40:38 -0800 Subject: [PATCH] Update stale example links --- doc/source/example-a3c.rst | 2 +- doc/source/example-evolution-strategies.rst | 2 +- doc/source/example-policy-gradient.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/example-a3c.rst b/doc/source/example-a3c.rst index 4a62ec61a..23a6a3e15 100644 --- a/doc/source/example-a3c.rst +++ b/doc/source/example-a3c.rst @@ -9,7 +9,7 @@ View the `code for this example`_. .. _`A3C`: https://arxiv.org/abs/1602.01783 .. _`Universe Starter Agent`: https://github.com/openai/universe-starter-agent -.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/a3c +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/agents/a3c .. note:: diff --git a/doc/source/example-evolution-strategies.rst b/doc/source/example-evolution-strategies.rst index 16cdc3126..8f613b08d 100644 --- a/doc/source/example-evolution-strategies.rst +++ b/doc/source/example-evolution-strategies.rst @@ -11,7 +11,7 @@ To run the application, first install some dependencies. You can view the `code for this example`_. -.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/es +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/agents/es The script can be run as follows. Note that the configuration is tuned to work on the ``Humanoid-v1`` gym environment. diff --git a/doc/source/example-policy-gradient.rst b/doc/source/example-policy-gradient.rst index cabadfd37..3fccb992a 100644 --- a/doc/source/example-policy-gradient.rst +++ b/doc/source/example-policy-gradient.rst @@ -39,4 +39,4 @@ Many of the TensorBoard metrics are also printed to the console, but you might find it easier to visualize and compare between runs using the TensorBoard UI. .. _`TensorFlow with GPU support`: https://www.tensorflow.org/install/ -.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/ppo +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/agents/ppo