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
One of my students discovered that this package uses POMDPs.actionindex. Would it be possible to make the package only use functions from the RLInterface.jl interface? (i.e. we would need to construct our own action map)
The text was updated successfully, but these errors were encountered:
It is using actionindex to take slices of the batches of q values. It is listed in the requirements I believe.
As soon as the action is taken, it is converted as an integer and stored that way in the buffer.
Where would the custom action map definition be living? Are you suggesting to extend RLInterface or to use the existing actions function?
The solver would need to have access to this ordering somehow.
One of my students discovered that this package uses
POMDPs.actionindex
. Would it be possible to make the package only use functions from the RLInterface.jl interface? (i.e. we would need to construct our own action map)The text was updated successfully, but these errors were encountered: