From bb99e46651528f4c19635323b44bef6cc137f4d8 Mon Sep 17 00:00:00 2001 From: Charlie Crane Date: Tue, 30 Apr 2024 16:03:31 +0100 Subject: [PATCH] #2523 - Updating CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37052cb2..47e5dd5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +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. +- Updates to agent logging, to include the reward both per step and per episode. ## [Unreleased]