Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Webbah committed Jul 2, 2023
2 parents 24442c7 + 08bd9e5 commit f1701f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/JOSS/paper.bib
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ @inproceedings{Coffrin2018

@misc{Tian2020Reinforcement,
author = {Jun Tian and other contributors},
title = {ReinforcementLearning.jl: A Reinforcement Learning Package for the Julia Programming Language},
title = {ReinforcementLearning.jl: A Reinforcement Learning Package for the {Julia} Programming Language},
year = 2020,
url = {https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl}
}
Expand Down
6 changes: 3 additions & 3 deletions docs/JOSS/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Already provided are classic controllers (i.e., industry standard contollers) li
Many basic auxiliary functionalities for the essential operation of electric power grids are provided too such
as coordinate transformations for basic controller classes, data logging, measurement of real and imaginary powers,
and phase-locked loops for frequency and phase angle extraction.
The interface provided by [@Tian2020Reinforcement] is also available for training
The interface provided by @Tian2020Reinforcement is also available for training
data-driven control approaches like RL.
This enables users who want to integrate contemporary open-source Julia-based RL toolboxes
such as ``ReinforcementLearning.jl`` [@Tian2020Reinforcement].
Expand Down Expand Up @@ -141,7 +141,7 @@ The ``ElectricGrid.jl`` toolbox provides the following key features:
* Interesting use cases applying data-driven learning.

# Examples
For illustration and interactive introduction, jupyter notebooks are available for each topic.
For illustration and interactive introduction, Jupyter Notebooks are available for each topic.
These provide clear and easy-to-expand examples of:
- [Utilising ElectricGrid.jl to build an energy grid](https://github.com/upb-lea/JuliaElectricGrid.jl/blob/main/examples/notebooks/Env_Create_DEMO.ipynb),
- [Theoretical principles behind the calculations](https://github.com/upb-lea/JuliaElectricGrid.jl/blob/main/examples/notebooks/NodeConstructor_Theory_DEMO.ipynb),
Expand All @@ -158,7 +158,7 @@ The package should be installed using the julia package manager. In a julia term
add ElectricGrid
```

Alternatively it can also be installed from the Github source code. To do that, clone the repository, start Julia, activate the project by pressing `]`to access Pkg mode and then `activate path/to/ElectricGrid` or `activate .` If you started Julia in your ElectricGrid directory and afterwards run `instantiate`.
Alternatively it can also be installed from the Github source code. To do that, clone the repository, start Julia, activate the project by pressing `]` to access Pkg mode and then `activate path/to/ElectricGrid` or `activate .` If you started Julia in your ElectricGrid directory and afterwards run `instantiate`.

The source code, guide and
examples are available on the GitHub repository (https://github.com/upb-lea/JuliaElectricGrid.jl).
Expand Down

0 comments on commit f1701f9

Please sign in to comment.