chore: release v0.0.2

This commit is contained in:
motphys-developers
2025-11-21 08:51:49 +00:00
parent 5133830b5a
commit 13cfbce9a7
7 changed files with 370 additions and 48 deletions

View File

@@ -4,7 +4,7 @@ build-backend = "uv_build"
[project]
name = "motrix-rl"
version = "0.0.1"
version = "0.0.2"
description = "Reinforcement learning training framework based on SKRL with multi-backend unified training interface."
authors = [{ name = "Motphys", email = "developers@motphys.com" }]
requires-python = "==3.10.*"
@@ -17,6 +17,7 @@ skrl-jax = [
"skrl===1.4.3; sys_platform == 'linux'",
"jax[cuda12]==0.4.34; sys_platform == 'linux'",
"flax===0.10.4; sys_platform == 'linux'",
"tensorflow===2.20.0; sys_platform == 'linux'",
]
skrl-torch = [
"skrl===1.4.3",