Home

Awesome

LLM Dynamic Planner (LLM-DP)

Setup

  1. Install alfworld following instructions here.
  2. Install requirements: pip install -r requirements.txt.
  3. Install docker for running LAPKT planner. There are two different docker images available:
    • The docker image for the linux/arm64 platform is available here. See the Dockerfile for more details.
    • The docker image for the linux/amd64 platform is available here

Config

The config file is a .env file. The following variables are available:

Copy the .env.draft to .env and fill the variables in the created .env file with the appropriate values.

See config.py for more details.

Run

Run the following command to run the LLM-DP (or ReAct) agent:

python main.py