Skip to content

Commit 55fa3a5

Browse files
committed
Update (base update)
[ghstack-poisoned]
1 parent 80bfa6e commit 55fa3a5

File tree

16 files changed

+2765
-196
lines changed

16 files changed

+2765
-196
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",

test/test_rb.py

Lines changed: 157 additions & 107 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)