-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from ibpsa/issue141_v060
Issue141 v060
- Loading branch information
Showing
9 changed files
with
83 additions
and
86 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
129 changes: 60 additions & 69 deletions
129
docs/tutorials/CCAI_Summer_School_2022/Building_Control_with_RL_using_BOPTEST.ipynb
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Start with a base Ubuntu image | ||
FROM ubuntu:20.04 | ||
FROM --platform=linux/x86_64 ubuntu:20.04 | ||
# This is the Focal Fossa ubuntu version | ||
MAINTAINER Javier Arroyo <[email protected]> | ||
|
||
|
@@ -30,7 +30,8 @@ RUN pip install \ | |
gym \ | ||
shimmy \ | ||
ipykernel==6.25.1 \ | ||
PyYAML | ||
PyYAML \ | ||
pytest | ||
|
||
# Add developer user with permissions in the working directory | ||
RUN useradd -ms /bin/bash developer | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"tdis_tot": 8.37342768290697, "idis_tot": 0, "ener_tot": 0.3965270991185415, "cost_tot": 0.10051961962655029, "emis_tot": 0.06622002555279644, "pele_tot": 0.02104161873770755, "pgas_tot": null, "pdih_tot": null} | ||
{"tdis_tot": 8.370831530559261, "idis_tot": 0, "ener_tot": 0.3965284452967778, "cost_tot": 0.1005199608827332, "emis_tot": 0.06622025036456192, "pele_tot": 0.021041628867335238, "pgas_tot": null, "pdih_tot": null} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"tdis_tot": 0.08092250218334793, "idis_tot": 0, "ener_tot": 0.3449562854330366, "cost_tot": 0.08744641835727476, "emis_tot": 0.05760769966731713, "pele_tot": 0.02087948857312455, "pgas_tot": null, "pdih_tot": null} | ||
{"tdis_tot": 1.741814571742692, "idis_tot": 0, "ener_tot": 0.17501251008682203, "cost_tot": 0.0443656713070094, "emis_tot": 0.02922708918449929, "pele_tot": 0.019907644464042158, "pgas_tot": null, "pdih_tot": null} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters