chore: release v0.3.0

This commit is contained in:
motphys-developers
2026-04-02 03:45:10 +00:00
parent c84d382b8c
commit e1421d1055
232 changed files with 20258 additions and 2004 deletions

View File

@@ -4,8 +4,8 @@ build-backend = "uv_build"
[project]
name = "motrix-rl"
version = "0.2.0"
description = "Reinforcement learning training framework based on SKRL with multi-backend unified training interface."
version = "0.3.0"
description = "Reinforcement learning training framework with multi-backend unified training interface."
authors = [{ name = "Motphys", email = "developers@motphys.com" }]
requires-python = "==3.10.*"
readme = "README.md"
@@ -25,6 +25,12 @@ skrl-torch = [
"torchvision===v0.22.0+cu128",
"torchaudio===2.7.0+cu128",
]
rslrl = [
"rsl-rl-lib>=4.0.0",
"torch===2.7.0+cu128",
"torchvision===v0.22.0+cu128",
"torchaudio===2.7.0+cu128",
]
test = ["pytest~=8.3.3"]
[tool.uv.sources]