I had implemented all the requirements, but when I tried to run test.py it gave the below error
from onpolicy.envs.safety_ma_mujoco.safety_multiagent_mujoco import mujoco_env
ModuleNotFoundError: No module named 'onpolicy'
Please let me know how to solve this issue, i am trying to run this environment for Multi-Agent-Constrained-Policy-Optimisation.
Thank you.
I had implemented all the requirements, but when I tried to run test.py it gave the below error
from onpolicy.envs.safety_ma_mujoco.safety_multiagent_mujoco import mujoco_env
ModuleNotFoundError: No module named 'onpolicy'
Please let me know how to solve this issue, i am trying to run this environment for Multi-Agent-Constrained-Policy-Optimisation.
Thank you.