liruiw / GenSim

Generating Robotic Simulation Tasks via Large Language Models

Home Page:https://liruiw.github.io/gensim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OpenGL installation

MaureenZOU opened this issue · comments

Screenshot 2024-02-02 at 1 48 27 PM

Hi Authors, thanks for your interesting work : )

It would be appreciated if you could share any environment in which you are running this demo. I am using Linux with x11 forward to Mac machine, but it seems that an OpenGL error is reported.

Thanks a lot!

This is likely an environment setup problem. I wonder if the example scripts in pybullet work for you. If so, does the CLIPort scripts work for you?

I am exactly running the command python gensim/run_simulation.py disp=True prompt_folder=vanilla_task_generation_prompt_simple. I think it is an env problem, is there any way to save the generated video instead of visualizing the video? Thanks a lot!

Yes you can add disp=False and record.save_video=True to the end of the command.

got it thanks!