No project description provided
Project description
Torch Lure
Depndencies
pip install git+https://github.com/Farama-Foundation/Minari.git@19565bd8cd33f2e4a3a9a8e4db372044b01ea8d3
pip install torchlure
Usage
import torchlure as lure
# Optimizers
lure.SophiaG(lr=1e-3, weight_decay=0.2)
# Functions
lure.tanh_exp(x)
lure.TanhExp()
lure.quantile_loss(y_pred, y_target, quantile=0.5)
lure.QuantileLoss(quantile=0.5)
lure.RMSNrom(dim=256, eps=1e-6)
# Noise Scheduler
lure.LinearNoiseScheduler(beta=1e-4, beta_end=0.02, num_timesteps=1000)
lure.CosineNoiseScheduler(max_beta=0.999, s=0.008, num_timesteps=1000):
Dataset
from torchlure.datasets import OfflineRLDataset, D4RLDataset
# Initial usage with download
# %%
dataset = D4RLDataset(
dataset_id= "hopper-medium-expert-v2.2405",
d4rl_name= "hopper-medium-expert-v2",
env_id= "Hopper-v4",
)
# if you are download it once
dataset = D4RLDataset(
dataset_id= "hopper-medium-expert-v2.2405",
)
See all datasets here
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
torchlure-0.2405.15.tar.gz
(17.0 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 torchlure-0.2405.15.tar.gz.
File metadata
- Download URL: torchlure-0.2405.15.tar.gz
- Upload date:
- Size: 17.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
10faab47eea2811a74922ca0c1b806b07051612906a76ecf790ecf4aee3e9f05
|
|
| MD5 |
87c6651ce151f3446dc70d186fdb179b
|
|
| BLAKE2b-256 |
60ba7d6f43863cdb848c099bbdce03247a59ce227c70b8639857e8e3909fbc2a
|
File details
Details for the file torchlure-0.2405.15-py3-none-any.whl.
File metadata
- Download URL: torchlure-0.2405.15-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.12.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
136d07a77f0f89c8f8de12e1cafd8256082bf1e44f3b2397214e3454b84bcf43
|
|
| MD5 |
a2f484d0c4560d9edc21f960b1f2aea3
|
|
| BLAKE2b-256 |
673366590bfd3c631868926bf2703eb1fb7ad118878e3bdb66e2648b14749791
|