From ddfc5d637e9008b0a5ac9f5f8089e84aad75a6d4 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 19 Jun 2022 15:12:27 +0200 Subject: [PATCH] Trying to fix markdown mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d170aa..a648495 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Project Columbus is a framework for trivial 2D OpenAI Gym environments that are ![Screenshot](./img_README.png) ### env.py -Contains the ColumbusEnv. New envs are implemented by subclassing ColumbusEnv and expanding __init__() and overriding setup(). +Contains the ColumbusEnv. New envs are implemented by subclassing ColumbusEnv and expanding \__init\__() and overriding setup(). ### entities.py Contains all implemented entities (e.g. the Agent, Rewards and Enemys)