You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.rst
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,22 @@
2
2
History
3
3
=======
4
4
5
+
0.5.1 (2022-06-28)
6
+
------------------
7
+
8
+
* Features:
9
+
10
+
* Add pretty logging based on loguru package. Now all Beobench output is clearly marked as such.
11
+
12
+
* Improvements
13
+
14
+
* Enable adding wrapper without setting config.
15
+
* Add ``demo.yaml`` simple example config.
16
+
17
+
* Fixes
18
+
19
+
* Update Sinergym integration to latest Sinergym version.
20
+
5
21
0.5.0 (2022-05-26)
6
22
------------------
7
23
@@ -11,15 +27,16 @@ History
11
27
* Support for automatically running multiple samples/trials of same experiment via ``num_samples`` config parameter.
12
28
* Configs named `.beobench.yml` will be automatically parsed when Beobench is run in directory containing such a config. This allows users to set e.g. wandb API keys without referring to the config in every Beobench command call.
13
29
* Configs from experiments now specify the Beobench version used. When trying to rerun an experiment this version will be checked, and an error thrown if there is a mismatch between installed and requested version.
14
-
* Add improved high-level API for getting started. This uses the CLI arguments ``--method``, ``--gym`` and ``--env``. Example usage: ``beobench run --method ppo --gym sinergym --env Eplus-5Zone-hot-continuous-v1``.
30
+
* Add improved high-level API for getting started. This uses the CLI arguments ``--method``, ``--gym`` and ``--env``. Example usage: ``beobench run --method ppo --gym sinergym --env Eplus-5Zone-hot-continuous-v1`` (#55).
15
31
16
32
* Improvements
17
33
18
-
* Add ``CITATION.cff`` file to citing software easier.
34
+
* Add ``CITATION.cff`` file to make citing software easier.
19
35
* By default, docker builds of experiment images are now skipped if an image with tag corresponding to installed Beobench version already exists.
20
-
* Remove outdated guides and add yaml configuration description from docs.
36
+
* Remove outdated guides and add yaml configuration description from docs (#38, #76, #78).
21
37
* Add support for logging multidimensional actions to wandb.
22
38
* Add support for logging summary metrics on every env reset to wandb.
39
+
* Energym config now uses ``name`` argument like other integrations (#34).
0 commit comments