From 68317b648e198442f58bc642a086ffc613fc2907 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 1 Jul 2022 12:06:35 +0200 Subject: [PATCH] Fixed code styling in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46d3e07..7ea0d51 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ 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 -´´´ +``` pip install -e . -´´´ +``` ### env.py ![Screenshot](./img_README.png)