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