Projections for Metastable Baselines
Go to file
2024-04-01 00:20:26 +02:00
metastable_projections Refactor w2 proj 2024-04-01 00:03:27 +02:00
.gitignore Initial commit 2022-09-03 11:22:29 +02:00
3rd-party-licenses.txt Initial commit 2022-09-03 11:22:29 +02:00
LICENSE Added License 2022-09-03 12:06:19 +02:00
README.md Updated README: ITPAL is optional 2024-04-01 00:20:26 +02:00
setup.py Tidying 2022-09-03 11:37:01 +02:00

Metastable Projections

A dependency for Metastable Baselines, that implements the Projection Layers.

Installation

(optional) Install dependency: cpp_projection

Install ITPAL (cpp_projection).
This is required if you wish to use KL projections (Wasserstein and Frobenius work without)

Install as a package

Then install this repo as a package:

pip install -e .

License

Since this Repo contains code from Stable Baselines 3 by DLR-RM. SB3 is licensed under the MIT-License.
This Repo contains code from boschresearch/trust-region-layers licensed under the GPL-License. Such code has been marked as Stolen from Fabian's Code (Public Version)