Welcome to the 2025 LLM Planning workshop.
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
- Create the llm_planning environment
python3 -m venv llm_planning
- Source the environment
source llm_planning/bin/activate
- 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