JuliaPOMDP / JuliaPOMDP/POMDPXFiles.jl
Handle Terminal States
Open
- Dominant language
- Julia
- Stars
- 5
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
The conversion from the POMDPs.jl model to the xml file is not using `isterminal`. Terminal states are assumed to be absorbing state (probability of one to stay in that state).
options:
- Have a warning that tells the user that the transition at the terminal state should be absorbing
- Create a dummy state based on `isterminal`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.