Skip to content

Commit

Permalink
modify url
Browse files Browse the repository at this point in the history
  • Loading branch information
falconlee236 committed Sep 11, 2024
1 parent aeb786c commit 999fcf6
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions examples/1-quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -82,16 +83,17 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
"### Environment, Policy and Model\n",
"\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/)"
]
},
{
Expand Down Expand Up @@ -122,6 +124,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -188,6 +191,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -225,6 +229,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down Expand Up @@ -347,6 +352,7 @@
]
},
{
"attachments": {},
"cell_type": "markdown",
"metadata": {},
"source": [
Expand Down

0 comments on commit 999fcf6

Please sign in to comment.