I have a DirectRLEnv with MultiDiscrete action space of ([129,129,1,1,1,1]). However, after using the RslRlVecEnvWrapper, if I call env.num_actions, it will return me 262 instead of 6, I am not sure why it sums up all the possible dofs but not return the number of dimensions.
Does anyone have the same issue when using rsl rl?