multiagent_mujoco icon indicating copy to clipboard operation
multiagent_mujoco copied to clipboard

Where does action clipping happen?

Open 51616 opened this issue 3 years ago • 0 comments

Hey, thank you for such a great addition to multi-agent cooperative environment.

I am playing with the environment and notice that the environment's action space is bounded within [-1,1]. But if the action is outside the range, the environment doesn't throw any error. Instead, it works normally. So I wonder where does the clipping happen?

Another question regarding the FACMAC paper. Did you use any wrapper such as observation/reward normalization or action clipping/rescaling? 'Cause in the original single-agent mode, the implementation usually use normalization and clipping wrapper for Mujoco tasks.

51616 avatar Jan 17 '22 06:01 51616