Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Oct 16, 2024
1 parent 54545e6 commit ffe2e53
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.4.0] - Unreleased
### Added
- Utilities to operate on Gymnasium spaces (`Box`, `Discrete`, `MultiDiscrete`, `Tuple` and `Dict`)
- Parse JAX device method in ML framework configuration

### Changed
- Call agent's `pre_interaction` method during evaluation
- Use spaces utilities to process states, observations and actions for all the library components
- Update model instantiators definitions to process supported fundamental and composite Gymnasium spaces
- Make flattened tensor storage in memory the default option (revert changed introduced in version 1.3.0)

## [1.3.0] - 2024-09-11
### Added
Expand Down Expand Up @@ -74,7 +81,7 @@ Summary of the most relevant features:
## [1.0.0-rc.2] - 2023-08-11
### Added
- Get truncation from `time_outs` info in Isaac Gym, Isaac Orbit and Omniverse Isaac Gym environments
- Time-limit (truncation) boostrapping in on-policy actor-critic agents
- Time-limit (truncation) bootstrapping in on-policy actor-critic agents
- Model instantiators `initial_log_std` parameter to set the log standard deviation's initial value

### Changed (breaking changes)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/api/utils/spaces.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Spaces
======

Utilities to operate on gymnasium `spaces <https://gymnasium.farama.org/api/spaces>`_.
Utilities to operate on Gymnasium `spaces <https://gymnasium.farama.org/api/spaces>`_.

.. raw:: html

Expand All @@ -10,7 +10,7 @@ Utilities to operate on gymnasium `spaces <https://gymnasium.farama.org/api/spac
Overview
--------

The utilities described in this section supports the following gymnasium spaces:
The utilities described in this section supports the following Gymnasium spaces:

.. list-table::
:header-rows: 1
Expand Down

0 comments on commit ffe2e53

Please sign in to comment.