https://github.com/JuliaPOMDP/POMDPs.jl
Branch name Release name Target Message Date
refs/tags/v0.9.6 v0.9.6 433b08d [Diff since v0.9.5](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.9.5...v0.9.6) **Merged pull requests:** - CompatHelper: bump compat for NamedTupleTools to 0.14 for package POMDPTools, (keep existing compat) (#427) (@github-actions[bot]) - CompatHelper: bump compat for UnicodePlots to 3 for package POMDPTools, (keep existing compat) (#428) (@github-actions[bot]) - Fix for underlying MDP not preserving state-dependent action space (#430) (@AlexBork) - Emphasize state immutability in the warning. (#431) (@BoZenKhaa) - Fix a minor typo in docstring. (#438) (@aidmandorky) - Remove abstract types from rollout simulator (#441) (@BoZenKhaa) - add initialstate for SparseTabular(PO)MDP (#445) (@fredcallaway) - Add state-dep-actions support for EpsGreedyPolicy (#450) (@NeroBlackstone) - state-dep-action document improvement (#451) (@NeroBlackstone) - Add ParticleFilterTrees and NativeSARSOP to README (#457) (@WhiffleFish) - EpsGreedyPolicy documentation update (#458) (@NeroBlackstone) - Changing from Travis to CI (#461) (@felixmg312) - Updated CI's for all libraries except VDPTag in Readme.md (#462) (@felixmg312) - Remove Deprecations (#466) (@WhiffleFish) - Update CI.yml (#479) (@zsunberg) - CompatHelper: bump compat for StatsBase to 0.34 for package POMDPTools, (keep existing compat) (#483) (@github-actions[bot]) - `FullyObservablePOMDP` `obsindex` bugfix (#485) (@WhiffleFish) - Bring MacOS/Windows back into CI (#486) (@WhiffleFish) - Update README.md (#487) (@zsunberg) - Dict policy (#491) (@NeroBlackstone) - Playback default (#493) (@zsunberg) - Update def_updater.md (#494) (@dykim07) - added atol to all distribution checks (#498) (@zsunberg) - removes deprecated CommonRLInterface.@provide (#499) (@zsunberg) - Link to tiger paper (#500) (@zsunberg) - cleaned up test tests (#501) (@zsunberg) - use CommonRLInterface.AutomaticDefault when possible (#502) (@zsunberg) - Use Random.default_rng() (#503) (@NeroBlackstone) - Update imports in README.md example (#506) (@BoZenKhaa) - Update README.md (#508) (@zsunberg) - Fix Z vs. O typo (#512) (@lassepe) - Remove latest observation from CommonRLEnv POMDP state (#516) (@johannes-fischer) - Add generative interface to FullyObservablePOMDP (#517) (@johannes-fischer) - Replace @kwdef with Base.@kwdef to make the package compatible with older Julia versions (#518) (@himanshugupta1009) - Update README.md (#520) (@BoZenKhaa) - Fix pomdpmodels 97 (#522) (@zsunberg) - Bump version (#523) (@zsunberg) **Closed issues:** - Consolidate Packages into POMDPTools.jl (#290) - Add SparsePFT (#384) - Upgrade ParticleFilters to use POMDPTools (#398) - Upgrade LocalApproximationValueIteration to use POMDPTools (#399) - Upgrade QMDP to use POMDPTools (#402) - Upgrade FIB to use POMDPTools (#403) - Upgrade ARDESPOT to use POMDPTools (#407) - Upgrade POMCPOW to use POMDPTools (#412) - CompatHelper does not work on POMDPTools (#426) - State-dependent action spaces in POMDP are not transfered to underlying MDP (#429) - Any example about implicit definition of state space and action space? (#433) - 'POMDPTools' is not installable via general registry (#437) - belief-dependent transition function (#439) - Exporting alpha vectors. (#442) - SparseTabularMDP doesn't support initialstate (#444) - Add two function to EpsGreedyPolicy let it select action by current state. (#449) - Function convert_s error (#452) - `@POMDP_require` deprecation in POMDPTools (#463) - Build is broken (#469) - Remove type parameters for `MDP` and `POMDP` (#475) - CI badges look scary (#478) - `FullyObservablePOMDP` broken `obsindex` (#480) - Not actually testing on MacOS/Windows (#481) - Use Random.default_rng() instead of Random.GLOBAL_RNG (#496) - Typo in documentation (#511) - Docs not building (#519) 22 October 2023, 18:48:17 UTC
refs/tags/v0.9.5 v0.9.5 4b655ec [Diff since v0.9.4](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.9.4...v0.9.5) **Closed issues:** - Model update checklist (#313) - Add AdaOPS (#383) - Any recommendation to fix this? (#388) - transition and observation return distributions, not states or observations (#390) - PRs for tools to point to POMDPTools (#392) - Accept PRs for tools to point to POMDPTools (#393) - Upgrade X to use POMDPTools (#395) - Upgrade X to use POMDPTools (#396) - Upgrade DiscreteValueIteration to use POMDPTools (#397) - Upgrade MCTS to use POMDPTools (#401) - Upgrade SARSOP to use POMDPTools (#405) - Upgrade BasicPOMCP to use POMDPTools (#406) - Upgrade PointBasedValueIteration to use POMDPTools (#414) - Upgrade TabularTDLearning to use POMDPTools (#415) - Upgrade DeepQLearning to use POMDPTools (#416) - Update POMDPs.jl README to talk about POMDPTools (#418) - Update POMDPs.jl documentation front matter to talk about POMDPTools (#419) - Fix POMDPs.jl CI (#420) - Transition from `LightGraphs.jl` to `Graphs.jl` (#424) **Merged pull requests:** - add AdaOPS to POMDP solvers in README (#386) (@WhiffleFish) - Pomdptools (#391) (@zsunberg) - fix #424 (#425) (@zsunberg) 24 August 2022, 21:16:59 UTC
refs/tags/v0.9.4 v0.9.4 7914ec9 [Diff since v0.9.3](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.9.3...v0.9.4) **Closed issues:** - Checklist for Documentation (#208) - Adding solvers in JuliaPro (#249) - Move JuliaPro and registry instructions to docs (#320) - Use POMDPs to solve a simple routine economics problem. (#326) - Link to Tiger example Down (#347) - Move to GitHub Actions CI (#348) - POMDPs.generate_s, POMDPs.generate_sr... and POMPDs.gen, PIMPDs.sampletype. (#349) - Leading the documentation with distributions (#355) - Package Maintenance Github Actions (#356) - Add DOCUMENTER_KEY ssh keys to all repos that use CompatHelper (#364) - LoadError: LoadError: UndefVarError: n_actions not defined (#365) - FAQ: What happens if I don't use the rng (#374) - return only one dimension in multidimensional observation? (#377) - Point to `SymbolicMDPs.jl` for PDDL support (#379) **Merged pull requests:** - MassInstallAction: Install the TagBot workflow on this repository (#358) (@zsunberg) - removed travis (#359) (@zsunberg) - MassInstallAction: Install the CompatHelper workflow on this repository (#361) (@zsunberg) - MassInstallAction: Install the CompatHelper workflow on this repository (#362) (@zsunberg) - Updated build/coverage statuses in README (#371) (@mossr) - Update broken link (#372) (@potatoboiler) - Docs twostage (#375) (@zsunberg) - FAQ about what happens if you don't use the rng (#376) (@zsunberg) - added FAQ about the difference between gen and transition (#380) (@zsunberg) - CompatHelper: bump compat for NamedTupleTools to 0.14, (keep existing compat) (#381) (@github-actions[bot]) 26 February 2022, 02:12:25 UTC
refs/tags/v0.9.3 v0.9.3 76c1a57 ## POMDPs v0.9.3 [Diff since v0.9.2](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.9.2...v0.9.3) **Closed issues:** - tag for distributions 0.24 compat (#327) - Github Discussions (#329) - stateindex for MDP without CartesianIndices (#332) - Solving "Battleship" with POMDPS.jl/BasicPOMCP (legal action spaces that change overtime) (#335) - ERROR: BoundsError: attempt to access 3-element Array{Float64,1} at index [4] (#340) **Merged pull requests:** - CompatHelper: bump compat for "Distributions" to "0.25" (#346) (@github-actions[bot]) 03 May 2021, 23:03:26 UTC
refs/tags/v0.9.2 v0.9.2 7720cc8 ## POMDPs v0.9.2 [Diff since v0.9.1](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.9.1...v0.9.2) **Closed issues:** - JuliaPOMDP Registration Procedure (#271) - The main QuickPOMDPs interface works well (#299) - Adding solvers to Julia general registry (#303) - Solver package update checklist (#312) - Solver General Registration Checklist (#318) - Why is POMDPs v0.9 lower bounded to Julia v1.1? (#321) **Merged pull requests:** - Add PointBasedValueIteration solver (#317) (@dominikstrb) - No registry instructions (#322) (@zsunberg) - CompatHelper: bump compat for "Distributions" to "0.24" (#323) (@github-actions[bot]) 10 December 2020, 03:03:11 UTC
refs/tags/v0.9.1 v0.9.1 8fa0b99 ## POMDPs v0.9.1 [Diff since v0.9.0](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.9.0...v0.9.1) **Closed issues:** - The alternative to `gen` that keeps me up at night (#269) - How to fix the initial state? (#316) **Merged pull requests:** - Code of Conduct (#314) (@zsunberg) - Contribution Instructions (#315) (@zsunberg) 29 August 2020, 16:02:11 UTC
refs/tags/v0.9.0 v0.9.0 c9dec69 ## POMDPs v0.9.0 [Diff since v0.8.4](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.8.4...v0.9.0) **Closed issues:** - Focusing on POMDPs makes it harder to jump in and implement an MDP (#150) - `updater=nothing` means pass `o` or the initial belief/`missing` (#189) - Belief vector representation (#233) - Docs: only reward(m, s, a) shows up (#235) - Consider moving `initialstate_distribution` to the common section in the documentation (#237) - Remove dependency on LiBGit2? (#250) - DBN Construction Syntax (#261) - classic/traditional mdp and pomdp DBNs (#262) - The future of requirements and `implemented` (#263) - DDN Input nodes (#266) - Type stability issue in julia 1.0 (#279) - Update documentation for defining a solver (#280) - Transition function error (#285) - Fix DDN Structure mistake and move to SequentialDecisionBase.jl (#292) - Version 0.9 Meta Issue (#297) - 0.8 Lessons Learned (#298) - DiscreteExplicit(PO)MDP is not very useful (#300) - Syntactic sugar for gen(DDNOut(...), ...) (#302) - Remove customizable DDN in POMDPs.jl v0.9 (#306) - Consistent distribution semantics (change initialstate? change action?) (#308) - Role of `gen` and `@gen` (#309) - Issues with rolling out v0.9 (#310) - Some problem (#311) **Merged pull requests:** - Version 0.9 (#307) (@zsunberg) 28 July 2020, 00:05:10 UTC
refs/tags/v0.8.4 v0.8.4 c4ee192 ## POMDPs v0.8.4 [Diff since v0.8.3](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.8.3...v0.8.4) **Closed issues:** - Checklist for All Code Working on 1.0 (#207) - Helpful error messages for v0.8 (#260) - Getting LoadError when using POMDPSolve for the Tiger Problem (#296) **Merged pull requests:** - Changed Quick Start example to QuickPOMDP from DiscreteExplicitPOMDP (#304) (@zsunberg) - WIP: @gen macro (#302) (#305) (@zsunberg) 05 June 2020, 21:01:38 UTC
refs/tags/v0.8.3 v0.8.3 949b477 ## POMDPs v0.8.3 [Diff since v0.8.2](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.8.2...v0.8.3) **Closed issues:** - ubuntu POMDPs.add_registry error (#295) 08 April 2020, 11:01:26 UTC
refs/tags/v0.8.2 v0.8.2 4df73d4 ## POMDPs v0.8.2 [Diff since v0.8.1](https://github.com/JuliaPOMDP/POMDPs.jl/compare/v0.8.1...v0.8.2) **Closed issues:** - Checklist for upgrading packages to work with v0.8 (#259) - Use :s′ instead of :sp for DDN Node names? (#278) - Error installing packages (#283) - better way to handle terminal states/reward (#291) **Merged pull requests:** - add BeliefGridValueIteration (#281) (@MaximeBouton) - Update .travis.yml (#284) (@logankilpatrick) - CompatHelper: add new compat entry for "Distributions" at version "0.22" (#286) (@github-actions[bot]) - CompatHelper: add new compat entry for "LightGraphs" at version "1.3" (#287) (@github-actions[bot]) - CompatHelper: add new compat entry for "NamedTupleTools" at version "0.12" (#288) (@github-actions[bot]) - Install TagBot as a GitHub Action (#289) (@JuliaTagBot) - CompatHelper: bump compat for "NamedTupleTools" to "0.13" (#293) (@github-actions[bot]) - CompatHelper: bump compat for "Distributions" to "0.23" (#294) (@github-actions[bot]) 21 March 2020, 01:01:41 UTC
refs/tags/v0.8.1 v0.8.1 5788885 See github.com/JuliaPOMDP/POMDPs.jl/releases/tag/v0.8.1 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJdn4TnAAoJENj8/TKbBj5+8wsH/2kPEcr800NVBPGKj5j6efjQ dOnE8iCXkDJ3YS7HViGjKyvM/BAngSHVE8nfqk6aHg1s2Bt12VCztJJA+8qFJ627 9OVXGha8F71qIvzUOaEBjzScpLwXOLpSWTWXdgN7uUuRmPCyvJHEXRZlANLHrICV vrli8S0yX4zEaXMDh9MaaJta1bPkDccb5mWVmsiq0JjU47YHMPBhzT6ROTrCy4AG 6s1xIi2CniTdjxg/h9z7z3ZDOYpdkYERRZXTmros4zo0UOny9jLhDtClKSTdJbLw qg9zOgrWGY9a2Di91Oj2XxP4Z7H96Gsf7Jj2RgnAoVz9pDi0eHP7XX1ZEg5WUW0= =FClh -----END PGP SIGNATURE----- 10 October 2019, 19:22:15 UTC
refs/tags/v0.8.0 v0.8.0 ff1803a See github.com/JuliaPOMDP/POMDPs.jl/releases/tag/v0.8.0 for release notes -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJdi4xsAAoJENj8/TKbBj5+5l4H/A0/riY6L/ilvJskGOiIA7x/ dNTD/rAri63MqxEgBrSmzqKVOBLzU8cNOaTalRAuzjKYladlFJSbzkHg0i/L5OEW wmoXLgMjBJUgIvTAcgESHqlncQbuaEnCJFBoJ+lT4PFmA+iWbYRAnyf4u+2CfFKs LXKbbzkgGKWiY/AQbFXZqC+dqeEx4Xrnwif9ErKluaC+leGvTs5QP6tZCMj0DZ4s u0L4CQKpFb3hJEaPmxn+KE4aidUK+6aICIv7KZW3RGV5KnWl8r4CKy2N+QWy0Jl3 NHcvym6O3lSjqtGb3JyVOy4CR5yzd81xQHqaC9rzdlefySGiFK5SWOkRwOaUzlI= =bgp6 -----END PGP SIGNATURE----- 25 September 2019, 15:49:00 UTC
refs/tags/v0.7.3 v0.7.3 f73441e Adds some future functions and types from POMDPs v0.8 to facilitate upgrading. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJdf0pcAAoJENj8/TKbBj5+RoMIAI1z2tBu6bqZ12Hr2OO8bjAG mTEEQVl6uJLjzHi///wA/Zf6f8+ofVoJ07fE42+GPJ/JBmX6JKwBxWx8wI3IMzKA hQrzyd2CrwYelLcIOWhv6oxmTm4AHfS2jHHjCGWJmAdlxQBjNIkAmA8kR6hV/PfD 8dyGJ/iWPVhqg1nDbQyhZdVZii/BLR25XMtVxhvfbvNO9MgYuwrgN7rHVUpiC4U5 mxJSK+bDszVtU3AMtwwI9oNX/6h/3g48BxhmzwAK527uVhkwZnJwiWNubm2m+mBF QO965z24BHyRXZ+JHvohL0Q0s9QNG7qdyKB2sSWzF4lPx5MPGI7As8NOHUoyhTY= =8Gxn -----END PGP SIGNATURE----- 16 September 2019, 08:39:56 UTC
refs/tags/v0.5.0 v0.5.0 21a985d POMDPs v0.5.0 [21a985d550] 19 March 2017, 06:31:31 UTC
refs/tags/v0.4.2 v0.4.2 5920f25 POMDPs v0.4.2 [5920f257b5] 07 March 2017, 19:14:05 UTC
refs/tags/v0.4.1 v0.4.1 748ef9d POMDPs v0.4.1 [748ef9d11e] 21 January 2017, 00:21:47 UTC
refs/tags/v0.4.0 v0.4.0 42df384 POMDPs v0.4.0 [42df38414e] 31 December 2016, 21:16:02 UTC
refs/tags/v0.3.2 v0.3.2 53a773d POMDPs v0.3.2 [53a773dac3] 02 December 2016, 23:34:24 UTC
refs/tags/v0.3.1 v0.3.1 ccc9699 POMDPs v0.3.1 [ccc969947b] 18 November 2016, 04:24:57 UTC
refs/tags/v0.3.0 v0.3.0 1bfecc9 POMDPs v0.3.0 [1bfecc9843] 19 October 2016, 21:12:18 UTC
refs/tags/v0.2.3 v0.2.3 4112709 POMDPs v0.2.3 [41127099f4] 19 June 2016, 05:11:07 UTC
refs/tags/v0.2.2 v0.2.2 273c53f POMDPs v0.2.2 [273c53f691] 12 June 2016, 20:01:09 UTC
refs/tags/v0.2.1 v0.2.1 cc33076 POMDPs v0.2.1 [cc3307699e] 23 May 2016, 18:46:10 UTC
refs/tags/before_bang_refactor before_bang_refactor bddba1a before removing ! from the main functions 04 September 2015, 23:49:59 UTC
refs/tags/POMDPTools-v0.1.4 POMDPTools-v0.1.4 aeb7588 <description of version> 03 June 2023, 20:12:19 UTC
back to top