diff --git a/doc/source/example-a3c.rst b/doc/source/example-a3c.rst index 617775442..3b6397e0e 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/examples/a3c +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/python/ray/rllib/a3c To run the application, first install **ray** and then some dependencies: diff --git a/doc/source/example-lbfgs.rst b/doc/source/example-lbfgs.rst index 1d4703718..93e9fad78 100644 --- a/doc/source/example-lbfgs.rst +++ b/doc/source/example-lbfgs.rst @@ -9,6 +9,10 @@ application, first install these dependencies. pip install tensorflow pip install scipy +You can view the `code for this example`_. + +.. _`code for this example`: https://github.com/ray-project/ray/tree/master/examples/lbfgs + Then you can run the example as follows. .. code-block:: bash