allenai / Holodeck

CVPR 2024: Language Guided Generation of 3D Embodied AI Environments.
https://yueyang1996.github.io/holodeck
Apache License 2.0
304 stars 25 forks source link

Gurobi Errors #4

Closed TheWiselyBearded closed 7 months ago

TheWiselyBearded commented 7 months ago

Hello, thank you for open-sourcing this! Very excited to work with it.

After install and when attempting to run the example python command in the readme, I received an error that Gurobi was not found, so I installed it with conda install -c gurobi gurobi. After running the same command again, I received the following error:

gurobipy.GurobiError: Unknown parameter 'reoptimize'

Is there a specific version of gurobi that one must install?

Full stack trace included in .txt file.

error.txt

sunfanyunn commented 7 months ago

try pip install gurobipy==10.0.3

YueYANG1996 commented 7 months ago

Hi, you could use the DFS solver to avoid this issue by setting this argument to False.