Updated README

This commit is contained in:
Dominik Moritz Roth 2024-04-01 00:10:51 +02:00
parent 892b4b2377
commit 445eb7407e

View File

@ -9,11 +9,8 @@ An extension to Stable Baselines 3. Based on Metastable Baselines 1.
This repo provides: 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) - 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 (via PCA)
- Support for Contextual Covariances (Planned) - Support for Full Covariances (via PCA)
- 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)
## Installation ## Installation