Skip to main content

Docs  •  GitHub  •  Discord  •  LinkedIn  •  X  •  Website

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

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

telekinesis_rlbotics-0.1.3.tar.gz (112.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

telekinesis_rlbotics-0.1.3-py3-none-any.whl (82.7 kB view details)

Uploaded Python 3

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

Hashes for telekinesis_rlbotics-0.1.3.tar.gz
Algorithm Hash digest
SHA256 108fa89e93ebd7647114168a038fc4959cddaae9126153e280dc9502745ef8d2
MD5 f650f23b9cc260c15967c3e2c6c28f63
BLAKE2b-256 c11a0484ecb888dfa72e11cdc7958e3eb136f1b9e52187f937ba482cc82d0552

See more details on using hashes here.

Provenance

The following attestation bundles were made for telekinesis_rlbotics-0.1.3.tar.gz:

Publisher: release.yml on telekinesis-ai/telekinesis-rlbotics

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file telekinesis_rlbotics-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for telekinesis_rlbotics-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 32db270bee18264963867d3d9ecea868b0f9febf353cc6036657c7226684b8fd
MD5 290e0f340a39305e6d99883589851148
BLAKE2b-256 4a0618aafea6e8087f3a0d5f0978e6fcc21bb9a325acd2e8e396611d700754b3

See more details on using hashes here.

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

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page