ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
https://ray.io
Apache License 2.0
32.19k stars 5.48k forks source link

[RLlib] Deprecate the RLlib spaces that are duplications of gym spaces. #30800

Open avnishn opened 1 year ago

avnishn commented 1 year ago

Description

RLlib supports repeated which is a duplication of gym sequences. We should deprecate this API in favor of gym sequences.

There are likely other spaces that we should dedup in favor of the gym counterparts.

Use case

No response

sven1977 commented 1 year ago

Great point @avnishn , there are also the Simplex and FlexDict spaces (utils.spaces/...).