Skip to content

Commit b9fc51a

Browse files
committed
[Feature] Weight Synchronization Schemes - Core Infrastructure
ghstack-source-id: 72840d1 Pull-Request: #3185
1 parent cb74c6e commit b9fc51a

File tree

5 files changed

+1970
-1
lines changed

5 files changed

+1970
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ maintainers = [
1616
]
1717
keywords = ["reinforcement-learning", "pytorch", "rl", "machine-learning"]
1818
classifiers = [
19+
"Programming Language :: Python :: 3.9",
1920
"Programming Language :: Python :: 3.10",
2021
"Programming Language :: Python :: 3.11",
2122
"Programming Language :: Python :: 3.12",
@@ -53,6 +54,7 @@ tests = [
5354
"pytest-benchmark",
5455
"pytest-rerunfailures",
5556
"pytest-error-for-skips",
57+
"pytest-timeout",
5658
]
5759
utils = [
5860
"tensorboard",
@@ -75,7 +77,7 @@ offline-data = [
7577
]
7678
marl = ["vmas>=1.2.10", "pettingzoo>=1.24.1", "dm-meltingpot"]
7779
open_spiel = ["open_spiel>=1.5"]
78-
brax = ["jax[cuda12]>=0.7.0", "brax"]
80+
brax = ["jax>=0.7.0", "brax"]
7981
llm = [
8082
"transformers",
8183
"vllm",

0 commit comments

Comments
 (0)