Skip to content

Commit e816e7c

Browse files
author
Norbert Kozlowski
committed
Travis badge in readme file
1 parent fb92aac commit e816e7c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# LCS environment
22
The repository contains environments used in LCS literature that are compliant with OpenAI Gym interface.
33

4+
[![Build Status](https://travis-ci.org/ParrotPrediction/openai-envs.svg?branch=master)](https://travis-ci.org/ParrotPrediction/openai-envs)
5+
6+
47
## Currently implemented environments
58

69
- Maze (different variants)
710
- Binary Multiplexer
811
- Real Multiplexer
912
- Hand Eye
13+
- Checkerboard
1014

1115
For usage examples look at [examples/](examples) directory.
1216

@@ -17,4 +21,4 @@ For usage examples look at [examples/](examples) directory.
1721

1822
pip install -r requirements.txt
1923

20-
make test
24+
make test

0 commit comments

Comments
 (0)