Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/sisl/POMDPSolve.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
tawheeler committed Jan 29, 2016
2 parents 2f4e52e + 7ba49ab commit 55c830e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ notifications:
email: false
script:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/sisl/POMDPs.jl"); Pkg.clone("https://github.com/sisl/POMDPToolbox.jl"); Pkg.clone("https://github.com/sisl/POMDPXFile.jl"); Pkg.clone("https://github.com/sisl/POMDPFiles.jl"); Pkg.test("POMDPSolve"; coverage=true)'
- julia --check-bounds=yes -e 'Pkg.clone(pwd()); Pkg.clone("https://github.com/sisl/POMDPs.jl"); Pkg.clone("https://github.com/sisl/POMDPToolbox.jl"); Pkg.clone("https://github.com/sisl/POMDPXFile.jl"); Pkg.clone("https://github.com/sisl/POMDPFiles.jl"); Pkg.build("POMDPSolve"); Pkg.test("POMDPSolve"; coverage=true)'
after_success:
- julia -e 'cd(Pkg.dir("POMDPSolve")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a Julia wrapper for the POMDP-Solve program, orginally developed at Brow
This package uses the code available from the [pomdp-solve github page](https://github.com/cmansley/pomdp-solve).

The pomdp-solve program solves partially observable Markov decision
processes (POMDPs), taking a model specification and outputting a value
processes (POMDPs), taking a model specification and producing a value
function and action policy. It employs many different algorithms,
some exact and some approximate.

Expand Down

0 comments on commit 55c830e

Please sign in to comment.