Skip to content

Commit

Permalink
add new docs to index, fixed table, rename img ext
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerle committed Oct 23, 2023
1 parent 083aedd commit 7b04e2f
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 37 deletions.
7 changes: 0 additions & 7 deletions docs/source/assume.strategies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ assume.strategies.naive\_strategies module
:undoc-members:
:show-inheritance:

assume.strategies.storage\_strategies module
--------------------------------------------

.. automodule:: assume.strategies.storage_strategies
:members:
:undoc-members:
:show-inheritance:

Module contents
---------------
Expand Down
16 changes: 0 additions & 16 deletions docs/source/assume.units.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,6 @@ assume.units.demand module
:undoc-members:
:show-inheritance:

assume.units.electrolyser module
--------------------------------

.. automodule:: assume.units.electrolyser
:members:
:undoc-members:
:show-inheritance:

assume.units.heatpump module
----------------------------

.. automodule:: assume.units.heatpump
:members:
:undoc-members:
:show-inheritance:

assume.units.powerplant module
------------------------------

Expand Down
25 changes: 11 additions & 14 deletions docs/source/example_simulations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,15 @@ Here you can find an overview of the different exampels provided.



============================ ============================= =====================================================
example name input files description
============================= ============================= =====================================================
small example_01a The dimension of the observations given to the actor in the bidding strategy.
small_dam example_01a The dimension of the observations given to the actor in the bidding strategy.
small_with_opt_clearing example_01a The dimension of the observations given to the actor in the bidding strategy.
small_with_BB example_01e The dimension of the actors made by the actor, which equals the output neurons of the actor neuronal net.
small_with_vre example_01b Whether to use pre-learned strategies and then continue learning.
example_01c If pre-learned strategies should be used, where are they stored.

...

learning_small example_02a A small study with roughly 10 powerplants, where one powerplant is equiped with a learning bidding strategy and can learn to exert market power.
learning_medium example_02b A small study with roughly 10 powerplants, where multiple powerplants are equiped with a learning bidding strategy and learn that they do not have market power anymore.
============================= =====================================================
example name input files description
============================= ============================= =====================================================
small example_01a The dimension of the observations given to the actor in the bidding strategy.
small_dam example_01a The dimension of the observations given to the actor in the bidding strategy.
small_with_opt_clearing example_01a The dimension of the observations given to the actor in the bidding strategy.
small_with_BB example_01e The dimension of the actors made by the actor, which equals the output neurons of the actor neuronal net.
small_with_vre example_01b Whether to use pre-learned strategies and then continue learning.
example_01c If pre-learned strategies should be used, where are they stored.
learning_small example_02a A small study with roughly 10 powerplants, where one powerplant is equiped with a learning bidding strategy and can learn to exert market power.
learning_medium example_02b A small study with roughly 10 powerplants, where multiple powerplants are equiped with a learning bidding strategy and learn that they do not have market power anymore.
============================= ============================= =====================================================
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 4 additions & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ Documentation
* :doc:`market_config`
* :doc:`market_mechanism`
* :doc:`bidding_agents`
* :doc:`learning`
* :doc:`example_simulations`
* :doc:`assume`

.. toctree::
Expand All @@ -58,6 +60,8 @@ Documentation
market_config
market_mechanism
bidding_agents
example_simulations
learning
assume

Indices and tables
Expand Down

0 comments on commit 7b04e2f

Please sign in to comment.