From 906240e1458d0f3422c9a82f52af15b4cc778b5e Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Wed, 28 Aug 2024 12:15:51 +0200 Subject: [PATCH] Fix README typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5f9595..3559bfc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ 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. (Problems with trochdict routing are a pain to debug...) | +| :exclamation: This project is still WIP and not ready to be used. (Problems with torchdict routing are a pain to debug...) | | -------------------------------------------------------------------------------------------------------------------------- | ## Installation