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(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.4.1.tar.gz
(49.9 kB
view details)
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 interlatent-0.4.1.tar.gz.
File metadata
- Download URL: interlatent-0.4.1.tar.gz
- Upload date:
- Size: 49.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4623d7e3cc207de70a51fa5c8711f2c988fee62e2748aa8ca5e0d70a3b617060
|
|
| MD5 |
8e12ccc8e01067aa83437a1838fa2f7e
|
|
| BLAKE2b-256 |
af060fe3a4e2c8ab717dcc34c810f2e2903afe9aa2c73c25359b26591cf20ac9
|
File details
Details for the file interlatent-0.4.1-py3-none-any.whl.
File metadata
- Download URL: interlatent-0.4.1-py3-none-any.whl
- Upload date:
- Size: 58.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9118184989b6cef3af70724f1aa88498dc0c1bebd1d103e210adb5ab45bd2297
|
|
| MD5 |
2db3efaaa3ac2c89e4d4d98796b2679e
|
|
| BLAKE2b-256 |
605319ec007dc9bfe479bdeb7bead00369daae6fe417bc9b0205a36735c0b49e
|