chore: release v0.3.0
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user