taurusleo
taurusleo
cuda:11.8 python:3.8
I have changed the cuda version to 11.3 and follow the writer's instruction step by step,the problem then has been solved
我在.env文件命名时加了前缀,删除后只剩下.env就能正常运行了
How should I run the OpenVLA program? I have updated the relevant files like files in scripts and code in main_inference.py, but I don't know exactly how to run them.Is...
by the way I am running command: python simpler_env/main_inference.py --policy-model octo-small --ckpt-path None --robot widowx --policy-setup widowx_bridge --control-freq 5 --sim-freq 500 --max-episode-steps 60 --env-name StackGreenCubeOnYellowCubeBakedTexInScene-v0 --scene-name bridge_table_1_v1 --rgb-overlay-path ManiSkill2_real2sim/data/real_inpainting/bridge_real_eval_1.png --robot-init-x...
And the folder is like: SimplerEnv-main-octo-docs SimplerEnv-main-octo-examples SimplerEnv-main-simpler_env-main_inference.py SimplerEnv-main-octo-octo-model-octo_model.py,this is the py file quoted by the "octo_model" py file which is quoted by the main_inference.py: try: from simpler_env.policies.octo.octo_model import OctoInference...
> I think you forgot to `cd octo/; pip install -e .` > > Please follow the instruciton in the Octo inference setup in README (it also requires installing jax)...
I just solved the problem,it's just some dependencies I don't install in advance.If you meet the same problem,try: sudo apt install \ libssl3 \ libssl-dev \ libgstreamer1.0-0 \ gstreamer1.0-tools \...