Replies: 1 comment 5 replies
-
Hi @Etwari3, ARDESPOT uses the generative POMDPs.jl interface and does not internally attempt to enumerate all states. Hence, it can operate on problem definitions that do not implement Looking at your Jupyter Notebook, the only thing that stops ARDESPOT from operating on the continuous state space is that your transition function implicitly implicitly discretizes the state space due to the use of, e.g., |
Beta Was this translation helpful? Give feedback.
-
Hello,
I have been trying to formulate a continuous state POMDP for the ARDESPOT solver. I constructed continuous states as range values and the transitions function on these states. I wondered whether you could use a continuous state transition for this solver. Because I checked with Discrete POMDPs, and it works fine. Can you please give me some advice (attached is the model I created)?
Thanks
ARDESPOTmodel - Jupyter Notebook.pdf
Beta Was this translation helpful? Give feedback.
All reactions