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

How to get training and validation videos #6

Closed offjangir closed 3 weeks ago

offjangir commented 2 months ago

I am trying to get videos for training and eval but I am having an issue with nvisii renderer. I am able to start the training scripts. The requirements.txt tries to install nvisii but gives the following error.

ERROR: Could not find a version that satisfies the requirement nvisii (from -r requirements.txt (line 47)) (from versions: none) ERROR: No matching distribution found for nvisii (from -r requirements.txt (line 47))

hence when I start main_video.py I get the following error.

Traceback (most recent call last): File "planseqlearn/main_video.py", line 25, in from planseqlearn.nvisii_renderer.nvisii_renderer import NVISIIRenderer ModuleNotFoundError: No module named 'planseqlearn.nvisii_renderer'

mihdalal commented 2 months ago

Can you try: pip install nvisii==1.1.72

mihdalal commented 3 weeks ago

Closing due to inactivity.