From 5a3b6ade2f46f4c0ae7bf00fb9734412ad36f547 Mon Sep 17 00:00:00 2001 From: Nick Todd Date: Thu, 2 May 2024 16:52:35 +0100 Subject: [PATCH] #2442: Updated changelog. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a96b27c..d7d88e5f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added the ability for a DatabaseService to terminate a connection. - Added active_connection to DatabaseClientConnection so that if the connection is terminated active_connection is set to False and the object can no longer be used. - Added additional show functions to enable connection inspection. - +- Added notebook to demonstrate use of SubprocVecEnv from SB3 to vectorise environments to speed up training. ## [Unreleased] - Made requests fail to reach their target if the node is off