Fixed typo in README

This commit is contained in:
Dominik Moritz Roth 2022-06-19 15:13:47 +02:00
parent f6e1cb8dd3
commit 3aecef79e1

View File

@ -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_. Contains the ColumbusEnv. New envs are implemented by subclassing ColumbusEnv and expanding _init_ and overriding _setup_.
### entities.py ### 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 ### 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. 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.