Updated README

This commit is contained in:
Dominik Moritz Roth 2022-10-12 10:05:04 +02:00
parent c6b3abb360
commit fc542f21f8

View File

@ -2,6 +2,8 @@
A dependency for Metastable Baselines, that implements the Projection Layers.
TODO: Public Version without kl
## 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).
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)*
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)*