-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c769300
commit d8429fd
Showing
4 changed files
with
40 additions
and
40 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
hide-toc: true | ||
firstpage: | ||
lastpage: | ||
--- | ||
|
||
# RouteRL | ||
|
||
```{figure} _static/trans_bg.jpeg | ||
:alt: RouteRL | ||
``` | ||
|
||
```{include} ../README.md | ||
:start-after: <!-- start intro --> | ||
:end-before: <!-- end intro --> | ||
``` | ||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Documentation | ||
documentation/pz_env | ||
simulator | ||
documentation/machine_agents | ||
documentation/human_agents | ||
documentation/observations | ||
``` | ||
|
||
```{toctree} | ||
:hidden: | ||
:caption: Development | ||
Github <https://github.com/COeXISTENCE-PROJECT/Milestone-One> | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# SUMO simulator | ||
|
||
```{eval-rst} | ||
.. autoclass:: RouteRL.environment.simulator.SumoSimulator | ||
:members: | ||
``` |
This file was deleted.
Oops, something went wrong.