Skip to content

Any example about implicit definition of state space and action space? #436

Discussion options

You must be logged in to vote

Hi @NeroBlackstone two examples are the observation and state space in the partially observable mountaincar example. http://juliapomdp.github.io/POMDPs.jl/stable/def_pomdp/#po-mountaincar

There is no states keyword argument, but the type of the state is inferred from initialstate. Similarly, there is no explicit definition of the observation space via the observations keyword argument, but the type is inferred from the obstype argument.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by NeroBlackstone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #433 on November 01, 2022 01:13.