Skip to content

Commit 8e88352

Browse files
committed
Version 0.1.1
1 parent d4f2876 commit 8e88352

File tree

3 files changed

+18
-1
lines changed

3 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

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+
319
## [0.1.0] 2024-16-12
420

521
First official release.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
project = 'navground_learning'
1414
copyright = '2024, Jerome Guzzi et al. (IDSIA, USI-SUPSI)'
1515
author = 'Jerome Guzzi et al. (IDSIA, USI-SUPSI)'
16-
release = '0.1.0'
16+
release = '0.1.1'
1717

1818
# -- General configuration ---------------------------------------------------
1919
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ universal = true
7373

7474
[tool.setuptools-git-versioning]
7575
enabled = true
76+
starting_version = "0.1.1"
7677
# dirty_template = "{tag}-{ccount}+{branch}"
7778

7879
[project.entry-points.navground_behaviors]

0 commit comments

Comments
 (0)