From e521c5cbdd5519532cdb3b0262ab3bac5d82e6a1 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 1 Jul 2022 12:24:43 +0200 Subject: [PATCH] Added note for installation as a dependency for metastable-baselines --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8d92790..4b08933 100644 --- a/README.md +++ b/README.md @@ -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 . ```