Tormach Robot Programming Language prompts #7
machinekoder
started this conversation in
LLM + Manipulation
Replies: 1 comment
-
Hello Machinekoder, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on the Tormach RPL, basically a Python-based programming language for the Tormach manipulators, and here are my first attempts to generate manipulator programs. The TRPL has been released only a few months ago, so ChatGPT does not know about it. However, since it's actually Python, ChatGPT can successfully create manipulator programs. With the right tuning, and the fact that this pure Python (3rd party modules can be installed), there are potentially a lot of use cases.
The TRPL docs can be found here: TRPL Docs
So here is my first attempt, I hope the formatting is right. Model:
gpt-3.5-turbo
from openaiTemperature: 0, Maximum length: 2048
system
user
assistant
user
and so on...
The results look pretty good so far. I'm looking for ideas how to feed in the rest of the documentation or to train it with the documentation, so the potential applications go beyond just moving the end-effector in some simple shapes.
Beta Was this translation helpful? Give feedback.
All reactions