Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 685 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 685 Bytes

Getting Started (GPT4 refer to gpt_play.py)

FullEnv

  1. Clone the repository:
git clone https://github.com/your-username/gpt-play.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the code:
python gpt_play.py --scene FloorPlan1 --agentCount 2 --gridSize 0.25
  1. This will print :
+ Action: I think I need to find all the utensils, and then make the agents go to the utensils to pick them up and put them on the sink. 
- Obs: Ok.
+ Action: agent1: goto drawer1, agent2: goto drawer2
- Obs: 
agent1: agent1 arrived at drawer1. The drawer1 is closed. agent2: 

...