From fa55217118649c88d3bda4c6df2dc2e63685f3be Mon Sep 17 00:00:00 2001 From: carlocagnetta Date: Fri, 17 Nov 2023 11:37:09 +0100 Subject: [PATCH] Remove get_started.rst page with links to outdated notebooks --- docs/_toc.yml | 1 - docs/index.rst | 1 - docs/tutorials/get_started.rst | 13 ------------- 3 files changed, 15 deletions(-) delete mode 100644 docs/tutorials/get_started.rst diff --git a/docs/_toc.yml b/docs/_toc.yml index dabffa8..a45a7ce 100644 --- a/docs/_toc.yml +++ b/docs/_toc.yml @@ -7,7 +7,6 @@ parts: - caption: Get started! chapters: - file: notebooks/intro - - file: tutorials/get_started - file: notebooks/L0_overview - file: notebooks/L1_Batch - file: notebooks/L2_Buffer diff --git a/docs/index.rst b/docs/index.rst index a3ba630..a8ba0fb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -98,7 +98,6 @@ Tianshou is still under development, you can also check out the documents in sta :caption: Get started: notebooks/intro - tutorials/get_started notebooks/L0_overview notebooks/L1_Batch notebooks/L2_Buffer diff --git a/docs/tutorials/get_started.rst b/docs/tutorials/get_started.rst deleted file mode 100644 index 08e386a..0000000 --- a/docs/tutorials/get_started.rst +++ /dev/null @@ -1,13 +0,0 @@ -Get Started with Jupyter Notebook -================================= - -In this tutorial, we will use Google Colaboratory to show you the most basic usages of common building blocks in Tianshou. You will be guided step by step to see how different modules in Tianshou collaborate with each other to conduct a classic DRL experiment (PPO algorithm for CartPole-v0 environment). - -- L0: `Overview `_ -- L1: `Batch `_ -- L2: `Replay Buffer `_ -- L3: `Vectorized Environment `_ -- L4: `Policy `_ -- L5: `Collector `_ -- L6: `Trainer `_ -- L7: `Experiment `_