You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to use MCTS to verify whether a custom POMDP could be solved using MCTSSolver and test_solver. I realized that MCTSSolver also appears to fail on standard POMDPs. Is this expected?
Code:
using POMDPModels
using POMDPTools
using POMDPs
using MCTS
pomdp =BabyPOMDP()
solver =MCTSSolver(n_iterations=10, depth=5, exploration_constant=5.0)
test_solver(solver, pomdp)
I was trying to use MCTS to verify whether a custom POMDP could be solved using MCTSSolver and test_solver. I realized that MCTSSolver also appears to fail on standard POMDPs. Is this expected?
Code:
Throws
The text was updated successfully, but these errors were encountered: