-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken examples documention links. (#2118)
* Fix broken examples links. * Fix underline. * Compress documentation. * Fix spelling.
- Loading branch information
Showing
17 changed files
with
90 additions
and
99 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
.. _base_examples: | ||
|
||
Base Examples | ||
============== | ||
|
||
Several examples are made available to help you get started with SMARTS. | ||
|
||
|
||
#. Egoless | ||
|
||
+ script: :examples:`e1_egoless.py` | ||
+ No agent | ||
+ Using a SMARTS environment without an agent. | ||
|
||
#. Single-agent | ||
|
||
+ script: :examples:`e2_single_agent.py` | ||
+ Single-agent | ||
+ Using a SMARTS environment with a single agent. | ||
|
||
#. Multi-agent | ||
|
||
+ script: :examples:`e3_multi_agent.py` | ||
+ Multi-agent | ||
+ Using a SMARTS environment with multiple agents. | ||
|
||
#. Environment configuration | ||
|
||
+ script: :examples:`e4_environment_config.py` | ||
+ Demonstrates how to configure a SMARTS environment. | ||
|
||
#. Agent zoo | ||
|
||
+ script: :examples:`e5_agent_zoo.py` | ||
+ Demonstrates how to use the agent zoo to retrieve an agent. | ||
|
||
#. Agent configuration | ||
|
||
+ script: :examples:`e6_agent_action_space.py` | ||
+ Demonstrates how to configure the action space for an agent. | ||
|
||
#. Experiment base | ||
|
||
+ script: :examples:`e7_experiment_base.py` | ||
+ An example of how to put together a larger experiment with configuration files. | ||
|
||
#. Parallel Environments | ||
|
||
+ script: :examples:`e8_parallel_environment.py` | ||
+ A primitive use of SMARTS environments in parallel. | ||
|
||
#. Jupyter Notebook | ||
|
||
+ script: :examples:`e9_notebook.py` | ||
+ A primitive use of SMARTS in a Jupyter Notebook. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,24 @@ | ||
.. _rl_model: | ||
|
||
RL Model | ||
======== | ||
RL Models | ||
========= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
These examples demonstrate some ways to use SMARTS to generate RL models. | ||
|
||
drive.rst | ||
platoon.rst | ||
|
||
#. Driving SMARTS Drive | ||
|
||
+ directory: :examples:`e10_drive` | ||
+ This example was developed in conjunction with the :ref:`Driving SMARTS 2023.1 & 2023.2 <driving_smarts_2023_1>` benchmark, hence refer to it for details. | ||
|
||
|
||
#. Driving SMARTS Platoon | ||
|
||
+ directory: :examples:`e11_platoon` | ||
+ This example was developed in conjunction with the :ref:`Driving SMARTS 2023.3 <driving_smarts_2023_3>` benchmark, hence refer to it for details. | ||
|
||
|
||
#. RLlib | ||
|
||
+ directory: :examples:`e12_rllib` | ||
+ See the :ref:`RLlib integration <rllib>` for additional examples. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters