Using random action policy with dict action space

Does anyone have any experience using the RandomPolicy in MARL environments where the action spaces are Dicts? I have run into a bug, which I have reported here. I can work around this by hacking the rllib summarize function, but I wanted to just double check that I’m not setting up my env poorly.