mkdir /tmp/tigerPrune/
java -jar mgjpomdp-ALL-ijcai13subm.jar --pomdp
~/_data/Cassandra_POMDPs/tiger.95.POMDP --outpath /tmp/tigerPrune/ --id
prune --alg-class SearchStartFixedMTJ --use-augmented --bound fib
--nodes 5 --value-rank-type _default_ocf
mkdir /tmp/tigerNoPrune/
java -jar mgjpomdp-ALL-NoPruning-ijcai13subm.jar --pomdp
~/_data/Cassandra_POMDPs/tiger.95.POMDP --outpath /tmp/tigerNoPrune/
--id noPrune --alg-class SearchStartFixedMTJ --use-augmented --bound
fib --nodes 5 --value-rank-type _default_ocf
mkdir /tmp/tigerMeuleau99/
java -jar mgjpomdp-ALL-ijcai13subm.jar --pomdp
~/_data/Cassandra_POMDPs/tiger.95.POMDP --outpath /tmp/tigerMeuleau99/
--nodes 5 --meuleau99 --id tiger.95Meuleau99
javac RunGapMin.java
java -cp mgjpomdp-ALL-ijcai13subm.jar:. RunGapMin
~/_data/Cassandra_POMDPs/tiger.95.POMDP /tmp/
java -jar mgjpomdp-ALL-ijcai13subm.jar --help