Skip to content

robustrobotics/llm_planning_lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DCIST PI Meeting 2025 LLMs For Planning Model Generation and Plan Synthesis

Welcome to the 2025 LLM Planning workshop.

Environment Setup

We will be using a python virtual environment for this workshop. To create your environment run the following. We will be installing openai, ollama, and ruamel.yaml

  1. Create the llm_planning environment
python3 -m venv llm_planning
  1. Source the environment
source llm_planning/bin/activate
  1. Install Dependencies
pip install openai ollama ruamel.yaml ipykernel notebook pddlgym

We will now work in the constructing_prompt.ipynb notebook.

To run the notebook run the following command

jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published