mirror of
https://github.com/Farama-Foundation/Gymnasium.git
synced 2025-08-30 01:50:19 +00:00
Add python 3.13 and update pre-commit (#1390)
This commit is contained in:
@@ -12,7 +12,7 @@ import gymnasium as gym
|
||||
from gymnasium.spaces.space import Space
|
||||
|
||||
|
||||
class Sequence(Space[Union[typing.Tuple[Any, ...], Any]]):
|
||||
class Sequence(Space[Union[tuple[Any, ...], Any]]):
|
||||
r"""This space represent sets of finite-length sequences.
|
||||
|
||||
This space represents the set of tuples of the form :math:`(a_0, \dots, a_n)` where the :math:`a_i` belong
|
||||
|
Reference in New Issue
Block a user