Skip to content

Commit

Permalink
saving simulations highlights for future update
Browse files Browse the repository at this point in the history
  • Loading branch information
rusu24edward committed Feb 28, 2024
1 parent b1dbae1 commit 3bc1d3b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 33 deletions.
3 changes: 0 additions & 3 deletions docs/src/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,11 @@ for pre-existing projects to prototype RL as a potential solution.
release
overview
gridworld
simulations/simulations
featured_usage/featured_usage
install
tutorials/tutorials
api

.. TODO: Move featured usage to the top?
Citation
--------

Expand Down
15 changes: 5 additions & 10 deletions docs/src/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,6 @@ it is facing. We foresee many applications of this type of movement, including
usage in our new :ref:`pacman game <simulation_pacman>`.


Simulations
-----------

.. # TODO: Need to fill this out
* :ref:`Traffic corridor <simulations_traffic_corridor>` simulates agents navigating
a tight corridor. They must cooperate by taking turns in order for all of them
to make it through.
* :ref:`Pacman <simulation_pacman>` variation simulates the Pacman arcade game.


Miscellaneous
-------------

Expand All @@ -81,6 +71,11 @@ Other Features
* :ref:`Ranomize placement order <api_gridworld_state_position>` parameter for randomly
iterating through dictionary of agents when initially placing them in the grid.
* Gridworld agents have customizable ``render_size``, which defaults to 200.
* :ref:`Traffic corridor <simulations_traffic_corridor>` simulates agents navigating
a tight corridor. They must cooperate by taking turns in order for all of them
to make it through.
* :ref:`Pacman <simulation_pacman>` variation simulates the Pacman arcade game,
with support for training the "baddie" agents too.

Bug fixes
`````````
Expand Down
20 changes: 0 additions & 20 deletions docs/src/simulations/simulations.rst

This file was deleted.

0 comments on commit 3bc1d3b

Please sign in to comment.