-
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.
Deploy documentation to GitHub Pages
- Loading branch information
0 parents
commit a1529b7
Showing
41 changed files
with
5,191 additions
and
0 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,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: a8de04bb823c1d74e6cf8285fb2ee4c0 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,8 @@ | ||
:orphan: | ||
|
||
# Human drivers | ||
|
||
```{eval-rst} | ||
.. autoclass:: RouteRL.environment.agent.HumanAgent | ||
:members: | ||
``` |
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 @@ | ||
# Automated Vehicle (AV) agents | ||
|
||
```{eval-rst} | ||
.. autoclass:: RouteRL.environment.agent.MachineAgent | ||
:members: | ||
``` |
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,15 @@ | ||
# Observation functions | ||
|
||
To create a new observation function, you must create a class that inherits from the Observations class: | ||
|
||
```{eval-rst} | ||
.. autoclass:: RouteRL.environment.observations.Observations | ||
:members: | ||
``` | ||
|
||
The default observation function is the PreviousAgentStart class: | ||
|
||
```{eval-rst} | ||
.. autoclass:: RouteRL.environment.observations.PreviousAgentStart | ||
:members: | ||
``` |
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 @@ | ||
# PettingZoo environment | ||
|
||
```{eval-rst} | ||
.. autoclass:: RouteRL.environment.environment.TrafficEnvironment | ||
:members: | ||
``` |
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 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,23 @@ | ||
.. 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/simulator | ||
documentation/pz_env | ||
documentation/machine_agents | ||
documentation/human_agents | ||
documentation/observations |
Oops, something went wrong.