From af444d85e791dda89dee70cdd391c89fa4adb865 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 28 Aug 2024 12:15:20 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index baccf48..f5f9595 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Fancy RL provides a minimalistic and efficient implementation of Proximal Policy Optimization (PPO) and Trust Region Policy Layers (TRPL) using primitives from [torchrl](https://pypi.org/project/torchrl/). This library focuses on providing clean, understandable code and reusable modules while leveraging the powerful functionalities of torchrl. -| :exclamation: This project is still WIP and not ready to be used. | -| ----------------------------------------------------------------- | +| :exclamation: This project is still WIP and not ready to be used. (Problems with trochdict routing are a pain to debug...) | +| -------------------------------------------------------------------------------------------------------------------------- | ## Installation