From 19cb02991d70222ea49c47b7327fe3d8dd53da50 Mon Sep 17 00:00:00 2001 From: Bogdan Neterebskii Date: Thu, 5 Dec 2024 22:04:21 +0100 Subject: [PATCH] Update introduction.rst (fix rrlib link) --- docs/user/introduction.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user/introduction.rst b/docs/user/introduction.rst index b6c625c38..2520dc655 100644 --- a/docs/user/introduction.rst +++ b/docs/user/introduction.rst @@ -109,7 +109,7 @@ Additionally, as discussed in the blog post, Spinning Up has been integrated int .. _`exercises`: ../spinningup/exercises.html .. _`garage`: https://github.com/rlworkgroup/garage .. _`Baselines`: https://github.com/openai/baselines -.. _`rllib`: https://github.com/ray-project/ray/tree/master/python/ray/rllib +.. _`rllib`: https://github.com/ray-project/ray/tree/master/rllib .. _`mission`: https://blog.openai.com/openai-charter/ .. _`regularization`: https://github.com/haarnoja/sac/blob/108a4229be6f040360fcca983113df9c4ac23a6a/sac/distributions/normal.py#L69 .. _`observation normalization`: https://github.com/openai/baselines/blob/28aca637d0f13f4415cc5ebb778144154cff3110/baselines/run.py#L131 @@ -121,4 +121,4 @@ Additionally, as discussed in the blog post, Spinning Up has been integrated int .. _`PyBullet`: https://pybullet.org/wordpress/ .. _`MuJoCo`: http://mujoco.org/ .. _Scholars : https://openai.com/blog/openai-scholars-spring-2020/ -.. _Fellows : https://openai.com/blog/openai-fellows-fall-2018/ \ No newline at end of file +.. _Fellows : https://openai.com/blog/openai-fellows-fall-2018/