OSU-NLP-Group / LLM-Planner

[ICCV'23] LLM-Planner: Few-Shot Grounded Planning for Embodied Agents with Large Language Models
https://osu-nlp-group.github.io/LLM-Planner/
MIT License
129 stars 11 forks source link

Python version #15

Closed BatmanofZuhandArrgh closed 2 months ago

BatmanofZuhandArrgh commented 2 months ago

Hi what Python Version does this run on? I had to install alfworld on 3.6 for this issue But python3.6 can only install openai max at 0.8.0, which breaks the code. I have also tested python3.7 and 3.8 and does not work with AI2Thor. I am on ubuntu 20.04. Can u share your python version?

BatmanofZuhandArrgh commented 2 months ago

Hi just an update, for people who might need it. Basically my script/check_thor.py and run_eval.py both got stuck due to https://github.com/askforalfred/alfred/issues/130 The output of the log file looks like this:

SocketException: The socket has been shut down at System.Net.Sockets.Socket.Send (System.Byte[] buf) [0x00000] in at AgentManager+c__Iterator3.MoveNext () [0x00000] in at UnityEngine.SetupCoroutine.InvokeMoveNext (IEnumerator enumerator, IntPtr >

(Filename: Line: -1)

All I need to do is pip install werkzeug-2.0.3. Alfworld does not require python3.6 to be able to run. I'm running this repo on python 3.8, ubuntu 20.04