Skip to content

DinerSim: A Restaurant Simulation Benchmark for LLM-Based Multi-Agent Cooperation

Notifications You must be signed in to change notification settings

numbmelon/DinerSim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DinerSim

Online Demos and Documents on generating data, running experiments and extending this environment will continue to be added!

unity version: windows, 2021.3.26f1c1

How to use

Launch LLM Backend

An example file is provided at chatgpt_backend.py to launch a ChatGPT backend using OpenAI API key.

1. Install backend requirements

pip install flask
pip install openai

2. Set Your API Key

Ensure you have set your OpenAI API key in the appropriate environment variable or configuration file. In chatgpt_backend.py, modify the following line of code:

api_key = "YOUR_API_KEY"

3. Launch LLM backend

cd lm_backend
python chatgpt_backend.py

Open the Unity Project

Open our executable file to start various tasks!

About

DinerSim: A Restaurant Simulation Benchmark for LLM-Based Multi-Agent Cooperation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published