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 Jul 11, 2024
1 parent 7715a12 commit 13f50ca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
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.3.0] - Unreleased
### Changed
- Move the KL reduction in distributed runs from the `KLAdaptiveLR` class to each agent using it

## [1.2.0] - 2024-06-23
### Added
- Define the `environment_info` trainer config to log environment info (PyTorch implementation)
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@

# project information
project = "skrl"
copyright = "2021, Toni-SM"
copyright = "2021-2024, Toni-SM"
author = "Toni-SM"

if skrl.__version__ != "unknown":
release = version = skrl.__version__
else:
release = version = "1.2.0"
release = version = "1.3.0"

master_doc = "index"

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.2.0"
version = "1.3.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 13f50ca

Please sign in to comment.