Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
robinhenry committed Nov 13, 2024
1 parent 050d4e4 commit ad96ff2
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 339 deletions.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Key features
------------
* Very little background in electricity systems modelling is required. This makes :code:`gym-anm` an ideal starting point
for RL students and researchers looking to enter the field.
* The environments (tasks) generated by :code:`gym-anm` follow the `OpenAI Gym <https://github.com/openai/gym>`_
* The environments (tasks) generated by :code:`gym-anm` follow the `Gymnasium <https://gymnasium.farama.org/>`_
framework, with which a large part of the RL community is already familiar.
* The flexibility of :code:`gym-anm`, with its different customizable components, makes it a suitable framework
to model a wide range of ANM tasks, from simple ones that can be used for educational purposes, to complex ones
Expand Down
4 changes: 1 addition & 3 deletions docs/source/topics/about.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ About
=====

The design of :code:`gym-anm` started as a summer undergraduate project conducted by
`Robin Henry <https://www.robinxhenry.com/>`_ at the University of Liège (ULiège), Belgium, under the supervision of
`Robin Henry <https://www.linkedin.com/in/rhenry012/>`_ at the University of Liège (ULiège), Belgium, under the supervision of
`Prof. Damien Ernst <http://blogs.ulg.ac.be/damien-ernst/>`_ in 2019.

It remained a side project until its first version was released in March 2021.
37 changes: 0 additions & 37 deletions docs/source/topics/archive/action_space.rst

This file was deleted.

61 changes: 0 additions & 61 deletions docs/source/topics/archive/background.rst

This file was deleted.

65 changes: 0 additions & 65 deletions docs/source/topics/archive/rewards.rst

This file was deleted.

27 changes: 0 additions & 27 deletions docs/source/topics/archive/state_space.rst

This file was deleted.

132 changes: 0 additions & 132 deletions docs/source/topics/archive/task_overview.rst

This file was deleted.

2 changes: 1 addition & 1 deletion docs/source/topics/design_new_env.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ where:
way to infer the bounds of observation vectors :math:`o_t` and :code:`observation_bounds()` can be used
to specify them.
* :code:`render()` and :code:`close()` are optional methods that can be implemented to support rendering
of the environment. For more information, see the official `Gym <https://gym.openai.com/docs/>`_ documentation.
of the environment. For more information, see the official `Gymnasium <https://gymnasium.farama.org/>`_ documentation.


Example
Expand Down
Loading

0 comments on commit ad96ff2

Please sign in to comment.