From 7691318e99e5630a4d3fb43fb4ee86ec55dc8801 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Fri, 1 Jul 2022 12:07:08 +0200 Subject: [PATCH] README: Fixed layout --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ea0d51..8d92790 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ pip install -e . ``` ### env.py -![Screenshot](./img_README.png) +![Screenshot](./img_README.png) Contains the ColumbusEnv. New envs are implemented by subclassing ColumbusEnv and expanding _init_ and overriding _setup_. ### entities.py