Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/commit_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
- uses: chartboost/ruff-action@v1
- uses: isort/isort-action@v1

Expand Down
2 changes: 2 additions & 0 deletions docs/source/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Development - |version|
* Fix a bug where a satellite's initial data was never added to the rewarder.
* Fix a bug where using multiple of the same rewarder would cause some settings to be
overwritten.
* Add the ability to define metaagents that concatenate satellite action and observation
spaces in the environment.


Version 1.1.0
Expand Down
Loading