Skip to main content

Interlatent SDK — hosted API client for RL interpretability dashboards.

Project description

Interlatent Python SDK

Official Python client for the Interlatent hosted API.

Browse environments, inspect runs, read latent activations, and view episode data from your RL interpretability dashboards.

Install

pip install interlatent

Quickstart

from interlatent import Interlatent

client = Interlatent(
    base_url="https://interlatent.dev",
    api_key="sk-...",
)

# Browse
envs = client.environments.list()
runs = client.environments.runs("Ant-v5")

# Inspect
run = client.runs.retrieve("run_abc123")
latents = client.latents.list("run_abc123")
meta = client.episodes.meta("episode_id")
chunk = client.episodes.chunk("episode_id", 0)

# Upload
client.runs.create(run_id="new_run", environment="Ant-v5", layer="policy_net.2")
client.latents.create("new_run", latents=[{"latent_id": 0, "name": "hip torque"}])
client.checkpoints.create("new_run", report={"failure_summary": {}})

Resources

Resource Methods
client.index retrieve()
client.environments list(), runs(env_id)
client.runs retrieve(), create(), update(), upload_urls(), upload_complete()
client.episodes meta(), chunk(), frame()
client.latents list(), retrieve(), create()
client.checkpoints list(), retrieve(), create()
client.auth login()

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

interlatent-0.3.3.tar.gz (44.3 kB view details)

Uploaded Source

Built Distribution

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

interlatent-0.3.3-py3-none-any.whl (51.2 kB view details)

Uploaded Python 3

File details

Details for the file interlatent-0.3.3.tar.gz.

File metadata

  • Download URL: interlatent-0.3.3.tar.gz
  • Upload date:
  • Size: 44.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for interlatent-0.3.3.tar.gz
Algorithm Hash digest
SHA256 a7f135066753fa9eb535374569b02e9085e1e3df7726e09c516636fc56ba2a4c
MD5 23473785114ba9d8090b409d181ac723
BLAKE2b-256 216057001de9b8016abbd8761a71b4483a4137ff4b6eeb274a38c6f4ab406c27

See more details on using hashes here.

File details

Details for the file interlatent-0.3.3-py3-none-any.whl.

File metadata

  • Download URL: interlatent-0.3.3-py3-none-any.whl
  • Upload date:
  • Size: 51.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for interlatent-0.3.3-py3-none-any.whl
Algorithm Hash digest
SHA256 7c02c4faa152884defa1a30b04edc8ea4925d355a6c616920d5bd7dc79f5fe5f
MD5 dd4641c38a2161cdb976faf0afef4e28
BLAKE2b-256 e3de57c73bc924f0a122fa562aba4f053228c75327737653aba922229088ce8c

See more details on using hashes here.

Supported by

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