Skip to content

Commit bb6e09f

Browse files
authored
Update README.md
1 parent d9ef6ca commit bb6e09f

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# DecisionMakingProblems
22

3-
[![Build Status](https://travis-ci.com/SidhartK/DecisionMakingProblems.jl.svg?branch=master)](https://travis-ci.com/SidhartK/DecisionMakingProblems.jl)
4-
[![Coverage](https://codecov.io/gh/SidhartK/DecisionMakingProblems.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/SidhartK/DecisionMakingProblems.jl)
5-
[![Coverage](https://coveralls.io/repos/github/SidhartK/DecisionMakingProblems.jl/badge.svg?branch=master)](https://coveralls.io/github/SidhartK/DecisionMakingProblems.jl?branch=master)
63
[![Docs](https://img.shields.io/badge/docs-stable-blue.svg)](https://algorithmsbooks.github.io/DecisionMakingProblems.jl/)
74

8-
Specifically it allows the user to run various environments that are present in Algorithms for Decision Making by Mykel Kochenderfer, Tim Wheeler and Kyle Wray.
5+
This package contains various decision problem environments from [Algorithms for Decision Making](https://algorithmsbook.com/) by Mykel Kochenderfer, Tim Wheeler and Kyle Wray.
96

107
## Installation
118

129
Start Julia and run the following command:
1310

1411
```julia
15-
Pkg.add("DecisionMakingProblems")
12+
] add https://github.com/algorithmsbooks/DecisionMakingProblems.jl
1613
```
1714

1815
## Usage

0 commit comments

Comments
 (0)