Skip to main content

Implementation of Multistep Quasimetric Estimator

Project description

Multistep Quasimetric Estimation - (wip)

Exploration and eventually practical implementation for the Multistep Quasimetric Estimation proposed by Zheng et al. of Berkeley

Usage

import torch
from MQE import Policy

policy = Policy(
    action_dim = 4,
    is_continuous = True, # set to False for discrete categorical actions
    pretrained = False    # whether to use ImageNet pretrained ResNet34 weights
)

state_img = torch.randn(2, 3, 224, 224)
goal_img = torch.randn(2, 3, 224, 224)

actions = policy(state_img, goal_img) # (2, 4)

Citations

@misc{zheng2026multistepquasimetriclearningscalable,
    title   = {Multistep Quasimetric Learning for Scalable Goal-conditioned Reinforcement Learning},
    author  = {Bill Chunyuan Zheng and Vivek Myers and Benjamin Eysenbach and Sergey Levine},
    year    = {2026},
    eprint  = {2511.07730},
    archivePrefix = {arXiv},
    primaryClass = {cs.LG},
    url     = {https://arxiv.org/abs/2511.07730},
}
@misc{liu2023metricresidualnetworkssample,
    title   = {Metric Residual Networks for Sample Efficient Goal-Conditioned Reinforcement Learning},
    author  = {Bo Liu and Yihao Feng and Qiang Liu and Peter Stone},
    year    = {2023},
    eprint  = {2208.08133},
    archivePrefix = {arXiv},
    primaryClass = {cs.LG},
    url     = {https://arxiv.org/abs/2208.08133},
}

Project details


Download files

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

Source Distribution

mqe-0.0.11.tar.gz (7.1 kB view details)

Uploaded Source

Built Distribution

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

mqe-0.0.11-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file mqe-0.0.11.tar.gz.

File metadata

  • Download URL: mqe-0.0.11.tar.gz
  • Upload date:
  • Size: 7.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.17

File hashes

Hashes for mqe-0.0.11.tar.gz
Algorithm Hash digest
SHA256 db8aa364873622d36862dc8a5279e36b0d026a13a2307c38b52550807dbd5476
MD5 87902ac76e951b249e16ad27a7808551
BLAKE2b-256 f7bc39ab1ada90c27fbc4fc6e9101390f24671ed4391b3dba14f80bb7fc51b14

See more details on using hashes here.

File details

Details for the file mqe-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: mqe-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.8.17

File hashes

Hashes for mqe-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 0d93e2c2c7abf6b362ce95864daf14c37249e5e3b184e2fbfe3d8bf4b29f9bdc
MD5 b120dfb26acc443c32e8846b74fae1fc
BLAKE2b-256 61288a0e9d756f36783ff7501a0ae3f71f55578fe4977fb561dd034557143ac9

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