From 766de4635890eb269e2624c38d751a735467959e Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 1 Jul 2022 12:05:41 +0200 Subject: [PATCH] README updates --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70e1b73..46d3e07 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,13 @@ 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. -![Screenshot](./img_README.png) +## Installation +´´´ +pip install -e . +´´´ ### env.py +![Screenshot](./img_README.png) Contains the ColumbusEnv. New envs are implemented by subclassing ColumbusEnv and expanding _init_ and overriding _setup_. ### entities.py