Skip to content

Commit

Permalink
CRAN Submission.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhahsler committed Apr 2, 2024
1 parent 728d2f0 commit 209ae46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: pomdp
Title: Infrastructure for Partially Observable Markov Decision Processes (POMDP)
Version: 1.1.3.1
Date: 2024-xx-xx
Version: 1.2.0
Date: 2024-04-02
Authors@R: c(
person(given = "Michael",
family = "Hahsler",
Expand Down
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# pomdp 1.1.3.1 (xx/xx/2024)
# pomdp 1.2.0. (04/02/2024)

## New Features
* Added functions to work with MDP policies (see ? MDP_policy_functions).
Expand All @@ -8,7 +8,8 @@
* Support for gridworlds (see ? gridworld).
* New datasets: Cliff_walking, Windy_gridworld, RussianTiger
* plot_transition_graph() now hides unavailable actions.
* Added actions() to find available actions.
* Added actions() to find available actions (unavailable actions have a reward
of -Inf).
* Added make_partially_observable() and make_fully_observable() to convert
between MDPs and POMDPs.

Expand Down

0 comments on commit 209ae46

Please sign in to comment.