Skip to content

Commit

Permalink
[HOTFIX] apt fix in push main action
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCN7 committed Sep 18, 2024
1 parent a45af0a commit 7813cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Install dependencies
if: steps.verify-documentation-update.outputs.doc == 'true'
run: |
apt install pandoc
sudo apt install pandoc
pip install -e .[doc]
- name: Build multiversion docs
if: steps.verify-documentation-update.outputs.doc == 'true'
Expand Down
2 changes: 1 addition & 1 deletion docs/source/pages/architecture.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ As outlined in the introduction, *Sinergym* is structured as follows:
*Sinergym* consists of three primary components: the *agent*, the *communication* interface, and the *simulation*.
The agent interacts with the environment by sending actions and receiving observations through the Gymnasium interface.
Concurrently, the Gymnasium interface communicates with the simulation engine via the *EnergyPlus* Python API.
This API provides the functionality to manage handlers such as actuators, meters, and variables, whose current values
This API provides the functionality to manage handlers such as variables, meters and actuators, whose current values
directly influence the simulation's progression.

The following image provides a more detailed view of this process:
Expand Down

0 comments on commit 7813cfc

Please sign in to comment.