From 445eb7407ed3ea574b8193463bc3c1b6ccbed25b Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 1 Apr 2024 00:10:51 +0200 Subject: [PATCH] Updated README --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 34cbceb..f2be7ba 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,8 @@ An extension to Stable Baselines 3. Based on Metastable Baselines 1. This repo provides: - An implementation of ["Differentiable Trust Region Layers for Deep Reinforcement Learning" by Fabian Otto et al. (TRPL)](https://arxiv.org/abs/2101.09207) -- Support for Prior Conditioned Annealing (WIP) -- Support for Contextual Covariances (Planned) -- Support for Full Covariances (Planned) - -The resulting algorithms can than be tested for their ability of exploration in the enviroments provided by [Fancy Gym](https://github.com/ALRhub/fancy_gym) or [Project Columbus](https://git.dominik-roth.eu/dodox/Columbus) +- Support for Contextual Covariances (via PCA) +- Support for Full Covariances (via PCA) ## Installation