We lifted 3 functions out of this paper's own repositories and ran 2 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| HybridRobotics/prompt2walk | canonical | 2 of 3 |
| Function | Status | Where it lives |
|---|---|---|
| compute_camera_position | Ran | HybridRobotics/prompt2walk/src/utils.py pointer only (licence: NONE) · get_code("279d808b1af8d9a0") |
| pd_control | Ran | HybridRobotics/prompt2walk/src/utils.py pointer only (licence: NONE) · get_code("518351816bd64e92") |
| llm_query | Not yet run | HybridRobotics/prompt2walk/src/llm.py pointer only (licence: NONE) · get_code("9991f570ff5ba997") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Large language models (LLMs) pre-trained on vast internet-scale data have showcased remarkable capabilities across diverse domains. Recently, there has been escalating interest in deploying LLMs for robotics, aiming to harness the power of foundation models in real-world settings. However, this approach faces significant challenges, particularly in grounding these models in the physical world and in generating dynamic robot motions. To address these issues, we introduce a novel paradigm in which we use few-shot prompts collected from the physical environment, enabling the LLM to autoregressively generate low-level control commands for robots without task-specific fine-tuning. Experiments across various robots and environments validate that our method can effectively prompt a robot to walk. We thus illustrate how LLMs can proficiently function as low-level feedback controllers for dynamic motion control even in high-dimensional robotic systems. The project website and source code can be found at: https://prompt2walk.github.io/ .
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2309.09969")
get_code_for_paper("2309.09969")
have("2309.09969")
Connect an agent — have() is free.