File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.1.1] 2025-26-03
4
+
5
+ Patch release with few fixes.
6
+
7
+ ### Fixed
8
+
9
+ - Gymnasium environments now set action and observation spaces correctly after loading from dict/YAML.
10
+ - Fixed ` PolicyBehavior ` properties
11
+ - Fixed the configurations ` __repr__ ` method.
12
+
13
+ ### Changed
14
+
15
+ - ` OnnxPolicy ` now uses a single thread.
16
+ - Postponed ` PolicyBehavior ` policy loading to the first evaluation.
17
+ - ` PolicyBehavior.policy_path ` now always returns a relative path
18
+
3
19
## [ 0.1.0] 2024-16-12
4
20
5
21
First official release.
Original file line number Diff line number Diff line change 13
13
project = 'navground_learning'
14
14
copyright = '2024, Jerome Guzzi et al. (IDSIA, USI-SUPSI)'
15
15
author = 'Jerome Guzzi et al. (IDSIA, USI-SUPSI)'
16
- release = '0.1.0 '
16
+ release = '0.1.1 '
17
17
18
18
# -- General configuration ---------------------------------------------------
19
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ universal = true
73
73
74
74
[tool .setuptools-git-versioning ]
75
75
enabled = true
76
+ starting_version = " 0.1.1"
76
77
# dirty_template = "{tag}-{ccount}+{branch}"
77
78
78
79
[project .entry-points .navground_behaviors ]
You can’t perform that action at this time.
0 commit comments