From 999fcf655c660a67bb91ab3025fb2568dfd5f9c1 Mon Sep 17 00:00:00 2001 From: falconlee236 Date: Wed, 11 Sep 2024 15:33:36 +0900 Subject: [PATCH 1/2] modify url --- examples/1-quickstart.ipynb | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/examples/1-quickstart.ipynb b/examples/1-quickstart.ipynb index 0d9ba565..3a7da889 100644 --- a/examples/1-quickstart.ipynb +++ b/examples/1-quickstart.ipynb @@ -21,6 +21,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -82,6 +83,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -89,9 +91,9 @@ "\n", "Full documentation of:\n", "\n", - "- Base environment class [here](https://rl4co.readthedocs.io/en/latest/_content/api/envs/base.html)\n", - "- Base policy class [here](https://rl4co.readthedocs.io/en/latest/_content/api/models/base.html)\n", - "- Base model class [here](https://rl4co.readthedocs.io/en/latest/_content/api/algos/base.html)" + "- Base environment class [here](https://rl4co.readthedocs.io/en/stable/docs/content/api/envs/base/)\n", + "- Base policy class [here](https://rl4co.readthedocs.io/en/stable/docs/content/api/networks/base_policies/)\n", + "- Base model class [here](https://rl4co.readthedocs.io/en/stable/docs/content/api/rl/base/)" ] }, { @@ -122,6 +124,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -188,6 +191,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -225,6 +229,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ @@ -347,6 +352,7 @@ ] }, { + "attachments": {}, "cell_type": "markdown", "metadata": {}, "source": [ From d8eab03be697aeb1bff0911a9f8b4e3d76018f91 Mon Sep 17 00:00:00 2001 From: falconlee236 Date: Wed, 11 Sep 2024 15:51:17 +0900 Subject: [PATCH 2/2] replace ReadTheDocs URLs to new website URLS --- examples/1-quickstart.ipynb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/1-quickstart.ipynb b/examples/1-quickstart.ipynb index 3a7da889..f8d9c15e 100644 --- a/examples/1-quickstart.ipynb +++ b/examples/1-quickstart.ipynb @@ -89,11 +89,11 @@ "source": [ "### Environment, Policy and Model\n", "\n", - "Full documentation of:\n", + "Full documentation of:https://rl4.co/docs/content/api/envs/base/\n", "\n", - "- Base environment class [here](https://rl4co.readthedocs.io/en/stable/docs/content/api/envs/base/)\n", - "- Base policy class [here](https://rl4co.readthedocs.io/en/stable/docs/content/api/networks/base_policies/)\n", - "- Base model class [here](https://rl4co.readthedocs.io/en/stable/docs/content/api/rl/base/)" + "- Base environment class [here](https://rl4.co/docs/content/api/envs/base/)\n", + "- Base policy class [here](https://rl4.co/docs/content/api/networks/base_policies/)\n", + "- Base model class [here](https://rl4.co/docs/content/api/rl/base/)" ] }, {