Projections for Metastable Baselines - Public Version
Go to file
2022-10-27 21:59:26 +02:00
metastable_projections Purge history for public version 2022-10-27 21:12:58 +02:00
.gitignore Purge history for public version 2022-10-27 21:12:58 +02:00
3rd-party-licenses.txt Purge history for public version 2022-10-27 21:12:58 +02:00
LICENSE Purge history for public version 2022-10-27 21:12:58 +02:00
README.md Updated README 2022-10-27 21:59:26 +02:00
setup.py Purge history for public version 2022-10-27 21:12:58 +02:00

Metastable Projections

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

Public Version

This branch contains the public version of Metastable Projections. This version does not contain the bindings to ALR's Project ITPAL (private Repo), which is necessary to perform the KL Projection. It therefore also does not contain a functional KLProjectionLayer. Only Wasserstein- and Frobenius-Projections are supported as a result.

You can find the private version of this Repo here (GitHub Mirror)

Installation

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).

As a result this code is available only under the same GPL-License.