huangwl18/language-planner
Official Code for "Language Models as Zero-Shot Planners: Extracting Actionable Knowledge for Embodied Agents"
This project helps roboticists or AI researchers quickly generate logical action plans for complex tasks, like "make breakfast," using large language models. You provide a high-level task description and a list of possible actions the robot can perform. The output is a step-by-step sequence of actions the robot can execute. This is useful for those developing or experimenting with embodied AI agents.
278 stars. No commits in the last 6 months.
Use this if you need to generate detailed, actionable plans for an embodied agent from simple human language descriptions without extensive domain-specific training.
Not ideal if you require highly precise, safety-critical robotic control or if your available actions are outside typical household domains without custom configuration.
Stars
278
Forks
36
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 16, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/transformers/huangwl18/language-planner"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
rasbt/LLMs-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step
facebookresearch/LayerSkip
Code for "LayerSkip: Enabling Early Exit Inference and Self-Speculative Decoding", ACL 2024
FareedKhan-dev/train-llm-from-scratch
A straightforward method for training your LLM, from downloading data to generating text.
kmeng01/rome
Locating and editing factual associations in GPT (NeurIPS 2022)
datawhalechina/llms-from-scratch-cn
仅需Python基础,从0构建大语言模型;从0逐步构建GLM4\Llama3\RWKV6, 深入理解大模型原理