Skip to content

Commit

Permalink
Updated README.md files
Browse files Browse the repository at this point in the history
  • Loading branch information
areenberg committed Jun 16, 2024
1 parent 9d145e2 commit 0e5086d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 4 additions & 3 deletions Python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

<img src="https://github.com/areenberg/MDPSolver/blob/anders_development/Images/MDPSolver_logo_3.png" alt="Logo" width="180">

MDPSolver is a Python package for Markov Decision Processes (MDPs) with discounted rewards and infinite-horizon.
MDPSolver is a Python package for large Markov Decision Processes (MDPs) with infinite-horizons.

## Features

* Fast solver: Our C++-based solver is substantially faster than other MDP packages available for Python. See details in the documentation.
* Two optimality criteria: *Discounted* and *Average* reward.
* Three optimization algorithms: *Value iteration*, *Policy iteration*, and *Modified policy iteration*.
* Three value-update methods: *Standard*, *Gauss–Seidel*, *Successive over-relaxation*.
* Three value-update methods: *Standard*, *Gauss–Seidel*, and *Successive over-relaxation*.
* Supports sparse matrices.
* Employs parallel computing.

Expand All @@ -22,7 +23,7 @@ Install directly from PyPI with:
pip install mdpsolver
```

After the installation, MDPSolver works *out of the box*.
MDPSolver works *out of the box* on Linux.

## Windows

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

<img src="https://github.com/areenberg/MDPSolver/blob/anders_development/Images/MDPSolver_logo_3.png" alt="Logo" width="180">

MDPSolver is a Python package for Markov Decision Processes (MDPs) with discounted rewards and infinite-horizon.
MDPSolver is a Python package for large Markov Decision Processes (MDPs) with infinite-horizons.

## Features

* Fast solver: Our C++-based solver is substantially faster than other MDP packages available for Python. See details in the documentation.
* Two optimality criteria: *Discounted* and *Average* reward.
* Three optimization algorithms: *Value iteration*, *Policy iteration*, and *Modified policy iteration*.
* Three value-update methods: *Standard*, *Gauss–Seidel*, *Successive over-relaxation*.
* Three value-update methods: *Standard*, *Gauss–Seidel*, and *Successive over-relaxation*.
* Supports sparse matrices.
* Employs parallel computing.

Expand All @@ -22,7 +23,7 @@ Install directly from PyPI with:
pip install mdpsolver
```

After the installation, MDPSolver works *out of the box*.
MDPSolver works *out of the box* on Linux.

## Windows

Expand Down

0 comments on commit 0e5086d

Please sign in to comment.