Package: pomdp
Title: Solver for Partially Observable Markov Decision Processes
        (POMDP)
Version: 0.99.0
Date: 2020-05-04
Authors@R: 
    c(person(given = "Hossein",
             family = "Kamalzadeh",
             role = c("aut", "cph", "cre"),
             email = "hkamalzadeh@mail.smu.edu"),
      person(given = "Michael",
             family = "Hahsler",
             role = c("aut", "cph"),
             email = "mhahsler@lyle.smu.edu"),
      person(given = c("Anthony", "R."),
             family = "Cassandra",
             role = c("ctb", "cph")))
Description: Provides the infrastructure to define and analyze the solutions of Partially Observable Markov Decision Processes (POMDP) models. The package includes pomdp-solve to solve POMDPs using a variety of exact and approximate value iteration algorithms. Smallwood and Sondik (1973) <doi:10.1287/opre.21.5.1071>.
Classification/ACM: G.4, G.1.6, I.2.6
URL: https://github.com/farzad/pomdp
BugReports: https://github.com/farzad/pomdp/issues
Depends: R (>= 3.5.0)
Imports: igraph, visNetwork, Ternary
Suggests: testthat, knitr
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
License: GPL (>= 3)
Copyright: pomdp-solve is Copyright (C) Anthony R. Cassandra; LASPack
        is Copyright (C) Tomas Skalicky; lp-solve is Copyright (C)
        Michel Berkelaar, Kjell Eikland, Peter Notebaert; all other
        code is Copyright (C) Hossein Kamalzadeh and Michael Hahsler.
RoxygenNote: 7.1.0
NeedsCompilation: yes
Packaged: 2020-05-05 13:25:36 UTC; hahsler
Author: Hossein Kamalzadeh [aut, cph, cre],
  Michael Hahsler [aut, cph],
  Anthony R. Cassandra [ctb, cph]
Maintainer: Hossein Kamalzadeh <hkamalzadeh@mail.smu.edu>
Repository: CRAN
Date/Publication: 2020-05-07 15:10:14 UTC
