From 0e5086dfaab5512506af062301236728c559f54a Mon Sep 17 00:00:00 2001 From: Anders Reenberg Andersen Date: Sun, 16 Jun 2024 17:34:40 +0200 Subject: [PATCH] Updated README.md files --- Python/README.md | 7 ++++--- README.md | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Python/README.md b/Python/README.md index 5423256..13d644a 100644 --- a/Python/README.md +++ b/Python/README.md @@ -2,13 +2,14 @@ Logo -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. @@ -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 diff --git a/README.md b/README.md index 5423256..13d644a 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,14 @@ Logo -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. @@ -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