From 4240f611ac459670f9a89fb9a750d7cb04fe9aa2 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 2 Jun 2024 16:37:15 +0200 Subject: [PATCH] Updated TODO --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82ed609..baccf48 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,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. | -| ------------------------------------------------------------ | +| ----------------------------------------------------------------- | ## Installation @@ -54,6 +54,7 @@ pytest test/test_ppo.py ## TODO +- [ ] Better / more logging - [ ] Test / Benchmark PPO - [ ] Refactor Modules for TRPL - [ ] Get TRPL working