We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb92aac commit e816e7cCopy full SHA for e816e7c
README.md
@@ -1,12 +1,16 @@
1
# LCS environment
2
The repository contains environments used in LCS literature that are compliant with OpenAI Gym interface.
3
4
+[](https://travis-ci.org/ParrotPrediction/openai-envs)
5
+
6
7
## Currently implemented environments
8
9
- Maze (different variants)
10
- Binary Multiplexer
11
- Real Multiplexer
12
- Hand Eye
13
+- Checkerboard
14
15
For usage examples look at [examples/](examples) directory.
16
@@ -17,4 +21,4 @@ For usage examples look at [examples/](examples) directory.
17
21
18
22
pip install -r requirements.txt
19
23
20
- make test
24
+ make test
0 commit comments