Skip to main content

Contrastive RL

Project description

contrastive-rl (wip)

For following a new line of research that started in 2022 from Eysenbach et al.

install

$ pip install contrastive-rl-pytorch

usage

import torch
from contrastive_rl_pytorch import ContrastiveRLTrainer
from x_mlps_pytorch import MLP

encoder = MLP(16, 256, 128)

trainer = ContrastiveRLTrainer(encoder)

trajectories = torch.randn(256, 512, 16)

trainer(trajectories, 100)

# train for 100 steps and save

torch.save(encoder.state_dict(), './trained.pt')

citations

@misc{eysenbach2023contrastivelearninggoalconditionedreinforcement,
    title   = {Contrastive Learning as Goal-Conditioned Reinforcement Learning}, 
    author  = {Benjamin Eysenbach and Tianjun Zhang and Ruslan Salakhutdinov and Sergey Levine},
    year    = {2023},
    eprint  = {2206.07568},
    archivePrefix = {arXiv},
    primaryClass = {cs.LG},
    url     = {https://arxiv.org/abs/2206.07568}, 
}
@misc{ziarko2025contrastiverepresentationstemporalreasoning,
    title   = {Contrastive Representations for Temporal Reasoning}, 
    author  = {Alicja Ziarko and Michal Bortkiewicz and Michal Zawalski and Benjamin Eysenbach and Piotr Milos},
    year    = {2025},
    eprint  = {2508.13113},
    archivePrefix = {arXiv},
    primaryClass = {cs.LG},
    url     = {https://arxiv.org/abs/2508.13113}, 
}

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

contrastive_rl_pytorch-0.0.4.tar.gz (370.2 kB view details)

Uploaded Source

Built Distribution

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

contrastive_rl_pytorch-0.0.4-py3-none-any.whl (3.4 kB view details)

Uploaded Python 3

File details

Details for the file contrastive_rl_pytorch-0.0.4.tar.gz.

File metadata

  • Download URL: contrastive_rl_pytorch-0.0.4.tar.gz
  • Upload date:
  • Size: 370.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.9.23

File hashes

Hashes for contrastive_rl_pytorch-0.0.4.tar.gz
Algorithm Hash digest
SHA256 06d90f569bd8028544843e24f13f49d2ccc0b61fc9335608d9992b5019ae5787
MD5 d55c5f37da3380df5f6f7ee9b8fa5563
BLAKE2b-256 1a7292136000be070ce12ad67a5cf3912d08ab0e60b9f9c4d7f8d293542d91cf

See more details on using hashes here.

File details

Details for the file contrastive_rl_pytorch-0.0.4-py3-none-any.whl.

File metadata

File hashes

Hashes for contrastive_rl_pytorch-0.0.4-py3-none-any.whl
Algorithm Hash digest
SHA256 36ccb383f902b721ef12c2caa55097d9c373ab98405c52e74776c1f057bdc035
MD5 53d69263d1dc4c76a9723e9d87b5190a
BLAKE2b-256 a47f6c033033bbf4d0bb22ae37d6f8e765eda28d7c5f203959ca3c8a3547a3b8

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