medical-deformable-simulator
The origin mujoco-py cannot render soft object. Check out this issue
Here is the fixing method:
pip3 uninstall -y mujoco_py
git clone git@github.com:fantasyRqg/mujoco-py.git
cd mujoco-py
python3 setup.py build
python3 setup.py install