mihdalal / planseqlearn

[ICLR 2024] PyTorch Code for Plan-Seq-Learn: Language Model Guided RL for Solving Long Horizon Robotics Tasks
https://mihdalal.github.io/planseqlearn/
55 stars 4 forks source link

PyOpenGL Issue with dm-control and pyrender #7

Closed offjangir closed 3 weeks ago

offjangir commented 2 months ago

In the current requirements and install.sh file.

dm-control 1.0.12 requires pyopengl>=3.1.4 pyrender 0.1.45 requires PyOpenGL==3.1.0

How did you resolve this?

mihdalal commented 2 months ago

On my end, the full install script runs just fine and this mismatch doesn't actually cause any practical issues. Are you able to run things fine?

mihdalal commented 3 weeks ago

Closing due to inactivity.