From 4a03a9103cf53884ad83c729136c81c858f3c231 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Serrano=20Mu=C3=B1oz?= Date: Sun, 5 Jan 2025 13:15:32 -0500 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e14ded4..0e2d634c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Model instantiator support for different shared model structures in PyTorch - Support for other model types than Gaussian and Deterministic in runners - Support for automatic mixed precision training in PyTorch +- `init_state_dict` method to initialize model's lazy modules in PyTorch ### Changed - Call agent's `pre_interaction` method during evaluation