README updates
This commit is contained in:
parent
a8f64897eb
commit
766de46358
@ -6,9 +6,13 @@
|
|||||||
|
|
||||||
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.
|
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.
|
||||||
|
|
||||||
![Screenshot](./img_README.png)
|
## Installation
|
||||||
|
´´´
|
||||||
|
pip install -e .
|
||||||
|
´´´
|
||||||
|
|
||||||
### env.py
|
### env.py
|
||||||
|
![Screenshot](./img_README.png)
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user