metastable-projections-public/README.md

21 lines
1.4 KiB
Markdown
Raw Normal View History

2022-10-27 21:12:58 +02:00
# Metastable Projections
A dependency for Metastable Baselines, that implements the Projection Layers.
## Public Version
2022-10-27 21:19:15 +02:00
This branch contains the public version of Metastable Projections. This version does not contain the bindings to [ALR's Project ITPAL (private Repo)](https://github.com/ALRhub/ITPAL), 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](https://git.dominik-roth.eu/dodox/metastable-projections) ([GitHub Mirror](https://github.com/D-o-d-o-x/metastable-projections))
2022-10-27 21:12:58 +02:00
2022-10-27 21:59:26 +02:00
## Installation
Install this repo as a package:
```
pip install -e .
```
2022-10-27 21:12:58 +02:00
## License
2022-11-13 20:07:17 +01:00
This Repo contains code from [Stable Baselines 3 by DLR-RM](https://github.com/DLR-RM/stable-baselines3). SB3 is licensed under the [MIT-License](https://github.com/DLR-RM/stable-baselines3/blob/master/LICENSE).
2022-10-27 21:12:58 +02:00
This Repo contains code from [boschresearch/trust-region-layers](https://github.com/boschresearch/trust-region-layers) licensed under the [GPL-License](https://github.com/boschresearch/trust-region-layers/blob/main/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](https://github.com/boschresearch/trust-region-layers/blob/main/LICENSE).