Rllib gym.spaces.Sequence support

Hi,
I was wondering if rllib currently supports the “Sequence” space from gym Spaces - Gym Documentation.

Thanks!

Hi @aidansan Maybe your use case can be supported by ray/rllib/utils/spaces/repeated/Repeated?

1 Like

Thanks, it seems to be working!

1 Like

Any updates on RAY’s support for gym.spaces.Sequence? @arturn @RayAdmin

@arturn @RayAdmin how did you end up using The repeated space for ray?