Added note for installation as a dependency for metastable-baselines

This commit is contained in:
Dominik Moritz Roth 2022-07-01 12:24:43 +02:00
parent 3735712830
commit e521c5cbdd

View File

@ -7,6 +7,7 @@
Project Columbus is a framework for trivial 2D OpenAI Gym environments that are supposed to test a agents ability to solve tasks that require different forms of exploration effectively and efficiently.
## Installation
(If you want to install Columbus as a dependency for metastable-baselines, activate (source) the venv from metastable-baselines before running this command.)
```
pip install -e .
```