Telekinesis - RLbotics
Telekinesis RLbotics is a lightweight, GPU-accelerated PyTorch library for Reinforcement Learning. It supports multi-environment training across Gymnasium, mjlab, and Isaac Lab, common learning algorithms, ONNX export, and deployment with NumPy alone.
Open source under Apache 2.0.
Full documentation: Telekinesis Agentic OS: RLbotics.
Requirements
- Python 3.10–3.12
- PyTorch. To match a specific CUDA toolkit, install it first:
pip install torch --index-url https://download.pytorch.org/whl/cu128
Quickstart
Gymnasium - (requirements: any OS, no GPU)
pip install "telekinesis-rlbotics[gym]"
python examples/training_example.py configs/gymnasium/Humanoid-v5.yaml
mjlab - (requirements: Linux/Windows, NVIDIA GPU)
pip install "telekinesis-rlbotics[mjlab]" "mjlab[cu128]"
python examples/training_example.py configs/mjlab/Mjlab-Velocity-Flat-Unitree-G1.yaml
Isaac Lab - (requirements: Linux/Windows, NVIDIA GPU, Python 3.11)
pip install "telekinesis-rlbotics[isaaclab]" --extra-index-url https://pypi.nvidia.com
python examples/training_example.py configs/isaaclab/Isaac-Velocity-Flat-Anymal-C-v0.yaml
tensorboard --logdir logs to watch any of them learn. More tasks in configs/<framework>/.
Options
| Option | What it does |
|---|---|
-n, --num-envs |
Parallel environments |
-d, --device |
auto, cpu, mps, or cuda |
-i, --num-learning-iterations |
Iterations to train for |
--log-dir |
Where logs, checkpoints and videos go |
--resume [WHICH] |
Continue from last, best, or a checkpoint path |
python examples/training_example.py --help for details.
Deployment
Training exports the best checkpoint to one self-contained policy.onnx. Run it with just numpy and
onnxruntime:
from telekinesis.rlbotics.policy import Policy
policy = Policy("logs/gymnasium_ppo/2026-08-06_18-08-47/policy.onnx")
action = policy.get_action(observation) # (obs_dim,) -> (num_actions,)
Documentation
Find the documentation for RLBotics at: Telekinesis Agentic OS: RLbotics
Citation
@software{telekinesis_rlbotics,
author = {Telekinesis GmbH},
title = {Telekinesis-Rlbotics: Reinforcement Learning for Robotics},
year = {2026},
url = {https://github.com/telekinesis-ai/telekinesis-rlbotics},
note = {Apache-2.0}
}
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file telekinesis_rlbotics-0.1.3.tar.gz.
File metadata
- Download URL: telekinesis_rlbotics-0.1.3.tar.gz
- Upload date:
- Size: 112.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
108fa89e93ebd7647114168a038fc4959cddaae9126153e280dc9502745ef8d2
|
|
| MD5 |
f650f23b9cc260c15967c3e2c6c28f63
|
|
| BLAKE2b-256 |
c11a0484ecb888dfa72e11cdc7958e3eb136f1b9e52187f937ba482cc82d0552
|
Provenance
The following attestation bundles were made for telekinesis_rlbotics-0.1.3.tar.gz:
Publisher:
release.yml on telekinesis-ai/telekinesis-rlbotics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
telekinesis_rlbotics-0.1.3.tar.gz -
Subject digest:
108fa89e93ebd7647114168a038fc4959cddaae9126153e280dc9502745ef8d2 - Sigstore transparency entry: 2439805232
- Sigstore integration time:
-
Permalink:
telekinesis-ai/telekinesis-rlbotics@b16c1c53ab316e59084a674545552b25fced38be -
Branch / Tag:
refs/heads/main - Owner: https://github.com/telekinesis-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b16c1c53ab316e59084a674545552b25fced38be -
Trigger Event:
push
-
Statement type:
File details
Details for the file telekinesis_rlbotics-0.1.3-py3-none-any.whl.
File metadata
- Download URL: telekinesis_rlbotics-0.1.3-py3-none-any.whl
- Upload date:
- Size: 82.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
32db270bee18264963867d3d9ecea868b0f9febf353cc6036657c7226684b8fd
|
|
| MD5 |
290e0f340a39305e6d99883589851148
|
|
| BLAKE2b-256 |
4a0618aafea6e8087f3a0d5f0978e6fcc21bb9a325acd2e8e396611d700754b3
|
Provenance
The following attestation bundles were made for telekinesis_rlbotics-0.1.3-py3-none-any.whl:
Publisher:
release.yml on telekinesis-ai/telekinesis-rlbotics
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
telekinesis_rlbotics-0.1.3-py3-none-any.whl -
Subject digest:
32db270bee18264963867d3d9ecea868b0f9febf353cc6036657c7226684b8fd - Sigstore transparency entry: 2439805286
- Sigstore integration time:
-
Permalink:
telekinesis-ai/telekinesis-rlbotics@b16c1c53ab316e59084a674545552b25fced38be -
Branch / Tag:
refs/heads/main - Owner: https://github.com/telekinesis-ai
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@b16c1c53ab316e59084a674545552b25fced38be -
Trigger Event:
push
-
Statement type: