Skip to content

Commit

Permalink
Increase MINOR version and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni-SM committed Oct 12, 2024
1 parent ab0956d commit 3762b38
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.4.0] - Unreleased
### Changed
- Call agent's `pre_interaction` method during evaluation

## [1.3.0] - 2024-09-11
### Added
- Distributed multi-GPU and multi-node learning (JAX implementation)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "skrl"
version = "1.3.0"
version = "1.4.0"
description = "Modular and flexible library for reinforcement learning on PyTorch and JAX"
readme = "README.md"
requires-python = ">=3.6"
Expand Down

0 comments on commit 3762b38

Please sign in to comment.