From fe95913f5b42dc39869da1924188c7601d3cf133 Mon Sep 17 00:00:00 2001 From: Denys Makoviichuk Date: Wed, 27 Sep 2023 21:48:54 -0400 Subject: [PATCH] fixed small issue in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f621ae19..9cf65d70 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Additional environment supported properties and functions ## Release Notes -1.6.1 (Unreleased) +1.6.1 * Fixed Central Value RNN bug which occurs if you train ma multi agent environment. * Added Deepmind Control PPO benchmark. * Added a few more experimental ways to train value prediction (OneHot, TwoHot encoding and crossentropy loss instead of L2).