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
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
mqe-0.0.11.tar.gz
(7.1 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
mqe-0.0.11-py3-none-any.whl
(6.3 kB
view details)
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
db8aa364873622d36862dc8a5279e36b0d026a13a2307c38b52550807dbd5476
|
|
| MD5 |
87902ac76e951b249e16ad27a7808551
|
|
| BLAKE2b-256 |
f7bc39ab1ada90c27fbc4fc6e9101390f24671ed4391b3dba14f80bb7fc51b14
|
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
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0d93e2c2c7abf6b362ce95864daf14c37249e5e3b184e2fbfe3d8bf4b29f9bdc
|
|
| MD5 |
b120dfb26acc443c32e8846b74fae1fc
|
|
| BLAKE2b-256 |
61288a0e9d756f36783ff7501a0ae3f71f55578fe4977fb561dd034557143ac9
|