From 3aecef79e1f77a202b19cdb445e38b108ba503d4 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Sun, 19 Jun 2022 15:13:47 +0200 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 852b2b0..60684a7 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Project Columbus is a framework for trivial 2D OpenAI Gym environments that are 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) +Contains all implemented entities (e.g. the Agent, Rewards and Enemies) ### observables.py Contains all 'oberservables'. These are attached to envs to define what kind of output is given to the agent. This way environments can be designed independently from the observation machanism that is used by the agent to play it.