Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pyproject.rocm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"unisim-core>=1.6.0",
# RL algorithms and async runtimes live in the independently released
# uni-rl package (distribution name ``unilab-rl``); see pyproject.toml.
"unilab-rl==1.2.1",
"unilab-rl==1.3.0",
"torch==2.11.0",
"triton-rocm==3.6.0 ; sys_platform == 'linux' and platform_machine == 'x86_64'",
"gymnasium",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
# collectors, IPC, logging) live in the independently released uni-rl
# package (distribution name ``unilab-rl``), consumed via the injected
# env contract (uni_rl.env_contract.EnvFactory). Published on PyPI.
"unilab-rl==1.2.1",
"unilab-rl==1.3.0",
"numba>=0.67",
"prettytable>=3.10",
# torch is a range (not an exact pin) so that published PyPI metadata lets
Expand Down
5 changes: 2 additions & 3 deletions src/unilab/conf/flashsac/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,8 @@ training:
log_root: null
log_dir: null
env_steps_per_sync: 1
# Seconds the learner waits for each collector inference tick before
# failing. Tick 0 includes collector env construction, whose cost is
# backend-owned; slow-start backends raise this in their task owner YAML.
# Seconds the learner waits for each collector inference tick after the
# collector-ready handshake.
inference_request_timeout_sec: 30.0
trace_enabled: false
trace_output_dir: null
Expand Down
5 changes: 2 additions & 3 deletions src/unilab/conf/sac/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,8 @@ training:
log_root: null
log_dir: null
env_steps_per_sync: 1
# Seconds the learner waits for each collector inference tick before
# failing. Tick 0 includes collector env construction, whose cost is
# backend-owned; slow-start backends raise this in their task owner YAML.
# Seconds the learner waits for each collector inference tick after the
# collector-ready handshake.
inference_request_timeout_sec: 30.0
trace_enabled: false
trace_output_dir: null
Expand Down
3 changes: 3 additions & 0 deletions src/unilab/conf/td3/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ training:
log_root: null
log_dir: null
env_steps_per_sync: 1
# Seconds the learner waits for each collector inference tick after the
# collector-ready handshake.
inference_request_timeout_sec: 30.0
trace_enabled: false
trace_output_dir: null
trace_thread_time: false
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions uv.rocm.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3789,7 +3789,7 @@ requires-dist = [
{ name = "trimesh", marker = "extra == 'viser'", specifier = ">=3.21.7" },
{ name = "triton-rocm", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'", specifier = "==3.6.0", index = "https://download.pytorch.org/whl/rocm7.2" },
{ name = "typing-extensions" },
{ name = "unilab-rl", specifier = "==1.2.1" },
{ name = "unilab-rl", specifier = "==1.3.0" },
{ name = "unisim-core", specifier = ">=1.6.0" },
{ name = "viser", marker = "extra == 'viser'", specifier = ">=1.0.26" },
{ name = "wandb" },
Expand All @@ -3807,7 +3807,7 @@ dev = [

[[package]]
name = "unilab-rl"
version = "1.2.1"
version = "1.3.0"
source = { registry = "https://pypi.org/simple" }
dependencies = [
{ name = "hydra-core" },
Expand All @@ -3823,9 +3823,9 @@ dependencies = [
{ name = "torch", version = "2.11.0+rocm7.2", source = { registry = "https://download.pytorch.org/whl/rocm7.2" }, marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" },
{ name = "wandb" },
]
sdist = { url = "https://files.pythonhosted.org/packages/65/44/2280a1b68c604b3e4b8bd350e34cde0b9d55e91f43266bfa23c7d571a7cb/unilab_rl-1.2.1.tar.gz", hash = "sha256:e9749709e55ceeb9321cd0e2aa1b655cbd276901398003702dc13fb8d71cda85", size = 144847, upload-time = "2026-09-15T14:59:48.995Z" }
sdist = { url = "https://files.pythonhosted.org/packages/a0/f6/79746e5e1e9e5fab29a86156223916308b252a22a0b8cd90ae3f0fc5c7ac/unilab_rl-1.3.0.tar.gz", hash = "sha256:eb518ecbce2cd05a41ebabec2b438d4dc4424aff2162b4122d937f1596791d77", size = 145151, upload-time = "2026-09-17T09:58:48.587Z" }
wheels = [
{ url = "https://files.pythonhosted.org/packages/43/d0/384be1d5ed60dfbec4620340784a84042227f396a62cc1a6b965744042eb/unilab_rl-1.2.1-py3-none-any.whl", hash = "sha256:516874fca1649bcfd080c7226e039fd646f7acdfff4c1e97b6f2a27c3264c152", size = 178664, upload-time = "2026-09-15T14:59:47.945Z" },
{ url = "https://files.pythonhosted.org/packages/44/d9/a918a25a80c0bae30e18c280cd9dc6619cca8a1957cb98e18b42a54e3c94/unilab_rl-1.3.0-py3-none-any.whl", hash = "sha256:b8d89907362fd0ed4ca5d6d8bf0e34092416c8d8688459023a040377a561b5fb", size = 178985, upload-time = "2026-09-17T09:58:47.272Z" },
]

[[package]]
Expand Down
Loading