Updated README

This commit is contained in:
Dominik Moritz Roth 2022-10-27 21:58:29 +02:00
parent 64626322bd
commit 7538599f74

View File

@ -2,7 +2,16 @@
A dependency for Metastable Baselines, that implements the Projection Layers. A dependency for Metastable Baselines, that implements the Projection Layers.
TODO: Public Version without kl ## Installation
#### Install dependency: cpp_projection
Install [ITPAL (cpp_projection)](https://github.com/ALRhub/ITPAL)
#### Install as a package
Then install this repo as a package:
```
pip install -e .
```
## License ## 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). 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).