Jo_QIU

Results 3 issues of Jo_QIU

In my training process, I use a multi-processes PPO. When I want to draw the reward curve with rl-plotter, I found that: Just like the image, there are rewards with...

**Describe the bug** When I tried to use [(#682)](https://github.com/openai/mujoco-py/issues/682) to install mujoco_py on my mac, error like: ```bash ImportError: dlopen(/Users/joseph/miniforge3/envs/ppo/lib/python3.8/site-packages/mujoco_py/generated/cymj_2.1.2.14_38_macextensionbuilder_38.so, 0x0002): Library not loaded: @rpath/MuJoCo.framework/Versions/A/libmujoco.2.1.1.dylib Referenced from: /Users/joseph/miniforge3/envs/ppo/lib/python3.8/site-packages/mujoco_py/generated/cymj_2.1.2.14_38_macextensionbuilder_38.so ``` I'm...