metastable-projections/README.md

20 lines
958 B
Markdown
Raw Normal View History

2022-10-12 10:04:17 +02:00
# Metastable Projections
A dependency for Metastable Baselines, that implements the Projection Layers.
2022-10-27 21:58:29 +02:00
## Installation
2024-04-01 00:20:26 +02:00
#### (optional) Install dependency: cpp_projection
Install [ITPAL (cpp_projection)](https://github.com/ALRhub/ITPAL).
This is required if you wish to use KL projections (Wasserstein and Frobenius work without)
2022-10-27 21:58:29 +02:00
#### Install as a package
Then install this repo as a package:
```
pip install -e .
```
2022-10-12 10:05:04 +02:00
2022-10-12 10:04:17 +02:00
## License
Since 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-12 10:05:04 +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)*