-
So RLlib supports parametric action spaces:
I have exact that case and I tried to copy their implementation of the model from example and use it with DQN in machin framework (model predicts embedding vector then dot products with all action embeddings for current state), but it doesn't seem to work. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I just take a look at the RLlib example and documentation in your description, and this paper written by Masson et al which introduced parametric actions, from my point of view parametric action space could be understood as a higher dimensional action representation where available actions are embedded as sub-dimensions. So it should be compatible with the current DQN and other algorithm models without any additional framework modifications. Could you please provide a more detailed description of "how it doesn't work" (eg: tables, visualizations, etc.) and your full implementation? |
Beta Was this translation helpful? Give feedback.
I just take a look at the RLlib example and documentation in your description, and this paper written by Masson et al which introduced parametric actions, from my point of view parametric action space could be understood as a higher dimensional action representation where available actions are embedded as sub-dimensions. So it should be compatible with the current DQN and other algorithm models without any additional framework modifications.
Could you please provide a more detailed description of "how it doesn't work" (eg: tables, visualizations, etc.) and your full implementation?