From 1684215f0c909583a0ae6bb7a2607195d4599f71 Mon Sep 17 00:00:00 2001 From: Jeremiah <4462211+jeremiahpslewis@users.noreply.github.com> Date: Tue, 26 Mar 2024 21:40:04 +0100 Subject: [PATCH] Add note about RLZoo deprecation --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e4af18df7..37b08818d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ Our design principles are: - **Reproducibility**: Facilitate reproducibility from traditional tabular methods to modern deep reinforcement learning algorithms. +> [!IMPORTANT] +> `ReinforcementLearningZoo.jl` has been deprecated with the release of `ReinforcementLearning.jl` `v0.11`. Algorithms which were previously available in `ReinforcementLearningZoo.jl` are in their current state no longer compatible with `v0.11`. If you would like to 'adopt' a previously available algorithm, you are welcome to contribute it (with tests) to `ReinforcementLearningFarm.jl`, the successor to `ReinforcementLearningZoo.jl`. ## 🏹 Get Started