Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Near32 authored Feb 1, 2021
1 parent 487b8aa commit d282f2e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ This is a simple OpenAI Gym-compatible environment to test RL agent's memory.

+ default environment (partial observability + memory-requiring T-maze with 4 different colors) : `"SimpleMemoryTestingEnv-v0"` (with only 2 colors: `"SimpleMemoryTestingEnv-2Colors-v0"`)

![default_env](https://www.github.com/Near32/SimpleMemoryTestingEnv/raw/master/resources/normal.gif)
![default_env](https://www.github.com/Near32/SimpleMemoryTestingEnv/raw/main/resources/normal.gif)

+ easy environment (partial observability maze with 4 different colors) : `"SimpleMemoryTestingEnv-Easy-v0"` (with only 2 colors: `"SimpleMemoryTestingEnv-Easy-2Colors-v0"`)

![easy_env](https://www.github.com/Near32/SimpleMemoryTestingEnv/raw/master/resources/easy.gif)
![easy_env](https://www.github.com/Near32/SimpleMemoryTestingEnv/raw/main/resources/easy.gif)


## Installation
Expand All @@ -37,4 +37,4 @@ pip install simple_memory_testing_env
git clone https://www.github.com/Near32/SimpleMemoryTestingEnv
cd SimpleMemoryTestingEnv
pip install -e .
```
```

0 comments on commit d282f2e

Please sign in to comment.