multiagent_mujoco icon indicating copy to clipboard operation
multiagent_mujoco copied to clipboard

add return to render method

Open 51616 opened this issue 3 years ago • 2 comments

This allows mode='rgb_array' and 'depth_array' to return the array as in the original single-agent mujoco gym env. These modes are faster than mode='human'.

51616 avatar Dec 24 '21 15:12 51616

Oh, if I had seen your request earlier, it would have saved me one day’s time (I found this problem and submitted an issue, and then I saw your request, lol). By the way, will this change cause more problems?

fyqqyf avatar Mar 18 '23 08:03 fyqqyf

@fyqqyf As far as I know, it doesn't cause any problem and you can get the rgb image from the render method.

51616 avatar Mar 18 '23 08:03 51616