-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error Encountered While Running the Program #4
Comments
Same issue. With the same commit id. Not solved yet. |
I found that convert "None" to some other elements which are supported by json can solve this problem. Such as "" -- empty syring. |
(p_web) PS D:\graduate\deeplearning\1_new_work\LLM\agentcode\SMART-LLM-master> python scripts/run_llm.py --floor-plan 6 ----Test set tasks---- Traceback (most recent call last): I am experiencing the error, Why is that? I would appreciate any help you could provide to resolve this issue. |
It looks like a problem with ai2thor, do you have the correct installation of it? Maybe you can visit ai2thor's website to search how to check its installation. |
(smartllm) D:\project\SMART-LLM-master>python scripts/run_llm.py --floor-plan 6
----Test set tasks----
['Slice the tomato', 'Wash the lettuce and place lettuce on the Countertop', 'Throw the Spatula in the trash']
Total: 3 tasks
Traceback (most recent call last):
File "D:\project\SMART-LLM-master\scripts\run_llm.py", line 122, in
objects_ai = f"\n\nobjects = {get_ai2_thor_objects(args.floor_plan)}"
File "D:\project\SMART-LLM-master\scripts\run_llm.py", line 57, in get_ai2_thor_objects
controller = ai2thor.controller.Controller(scene="FloorPlan"+str(floor_plan_id))
File "D:\anaconda3\envs\smartllm\lib\site-packages\ai2thor\controller.py", line 513, in init
self._build = self.find_build(local_build, commit_id, branch, platform)
File "D:\anaconda3\envs\smartllm\lib\site-packages\ai2thor\controller.py", line 1306, in find_build
raise ValueError(
ValueError: Invalid commit_id: f0825767cd50d69f666c7f282e54abfe58f1e917 - no build exists for arch=Windows platforms=
(smartllm) D:\project\SMART-LLM-master>python scripts/run_llm.py --floor-plan 15
Traceback (most recent call last):
File "D:\project\SMART-LLM-master\scripts\run_llm.py", line 97, in
test_tasks.append(list(json.loads(line).values())[0])
File "D:\anaconda3\envs\smartllm\lib\json_init_.py", line 346, in loads
return _default_decoder.decode(s)
File "D:\anaconda3\envs\smartllm\lib\json\decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "D:\anaconda3\envs\smartllm\lib\json\decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 152 (char 151)
I am experiencing an error when I try to execute the program, and I would appreciate any help you could provide to resolve this issue.
The text was updated successfully, but these errors were encountered: