Skip to content

Commit

Permalink
Update RunCode.md
Browse files Browse the repository at this point in the history
  • Loading branch information
oferdagan committed Sep 13, 2024
1 parent efe9284 commit 8cdf929
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RunCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ pkg> activate experiments
julia --project=experiments experiments/demo.jl
```

The demo.jl file in [SDAPOMDPs.jl](#2-install-sdapomdpsjl) can be used to run MC simulations with n_sim = N simulations (for a single simulation set n_sim=1).
A quick analysis of the results, stored in the hist DataFrame, can be performed by the `revisedPlan = analyzeHist(bmdp, hist, modelList, dir2save)` function.
Where `bmdp` is the belief-MDP model, `hist` is the simulation history, `modelList` is a vector of strings describing the different hypothesis models, and `dir2save` is an optional string describing the library to save results and plots.
The demo.jl file in [SDAPOMDPs.jl](#2-install-sdapomdpsjl) can be used to run MC simulations with n_sim = N simulations (for a single simulation set n_sim=1).\n
A quick analysis of the results, stored in the hist DataFrame, can be performed by the `revisedPlan = analyzeHist(bmdp, hist, modelList, dir2save)` function.\n
Where `bmdp` is the belief-MDP model, `hist` is the simulation history, `modelList` is a vector of strings describing the different hypothesis models, and `dir2save` is an optional string describing the library to save results and plots.\n
The function returns the revised sensor tasking plan, prints the means of the cumulative reward, number of changes to the plan, steps to resolve the hypothesis, and observations to the object of interest taken before making a decision.

For some intuition into how the integer linear program (ILP) solution performs, one may execute
Expand Down

0 comments on commit 8cdf929

Please sign in to comment.