From 63b9bc5bc69a8f125f7d1ecad6378de56a833003 Mon Sep 17 00:00:00 2001 From: Marek Wolan Date: Thu, 11 Jan 2024 11:13:43 +0000 Subject: [PATCH] 3.0.0b5 --- CHANGELOG.md | 4 ++++ src/primaite/VERSION | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c67d16c..227cec69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Made observation space flattening optional (on by default). To turn off for an agent, change the agent_settings.flatten_obs setting in the config. - Fixed an issue where the data manipulation attack was triggered at episode start. - Fixed a bug where FTP STOR stored an additional copy on the client machine's filesystem +- Fixed a bug where the red agent acted to early +- Fixed the order of service health state +- Fixed an issue where starting a node didn't start the services on it + ### Added diff --git a/src/primaite/VERSION b/src/primaite/VERSION index 52f460a5..09fb39d2 100644 --- a/src/primaite/VERSION +++ b/src/primaite/VERSION @@ -1 +1 @@ -3.0.0b5dev +3.0.0b5