From 04ccd6d14bff67d3e92eea7beb86ba9fdd696902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Serrano=20Mu=C3=B1oz?= Date: Fri, 20 Dec 2024 22:32:16 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d21be90e..aa715359 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,8 +23,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Format code using Black code formatter (it's ugly, yes, but it does its job) ### Fixed -- Moved the batch sampling inside gradient step loop for DQN, DDQN, DDPG (RNN), TD3 (RNN), SAC and SAC (RNN) +- Move the batch sampling inside gradient step loop for DQN, DDQN, DDPG (RNN), TD3 (RNN), SAC and SAC (RNN) - Model state dictionary initialization for composite Gymnasium spaces in JAX +- Add missing `reduction` parameter to Gaussian model instantiator ### Removed - Remove OpenAI Gym (`gym`) from dependencies and source code. **skrl** continues to support gym environments,