You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Package: pomdp
2
2
Title: Infrastructure for Partially Observable Markov Decision Processes (POMDP)
3
-
Version: 1.2.4
4
-
Date: 2024-12-05
3
+
Version: 1.2.5
4
+
Date: 2025-05-29
5
5
Authors@R: c(
6
6
person(given = "Michael",
7
7
family = "Hahsler",
@@ -11,7 +11,7 @@ Authors@R: c(
11
11
person(given = "Hossein",
12
12
family = "Kamalzadeh",
13
13
role = c("ctb")))
14
-
Description: Provides the infrastructure to define and analyze the solutions of Partially Observable Markov Decision Process (POMDP) models. Interfaces for various exact and approximate solution algorithms are available including value iteration, point-based value iteration and SARSOP. Smallwood and Sondik (1973) <doi:10.1287/opre.21.5.1071>.
14
+
Description: Provides the infrastructure to define and analyze the solutions of Partially Observable Markov Decision Process (POMDP) models. Interfaces for various exact and approximate solution algorithms are available including value iteration, point-based value iteration and SARSOP. Hahsler and Cassandra <doi:10.32614/RJ-2024-021>.
0 commit comments