ray.rllib.common.FrameworkEnum.removesuffix#

FrameworkEnum.removesuffix(suffix, /)#

如果存在,返回移除了给定后缀字符串的字符串。

如果字符串以后缀字符串结尾且该后缀不为空,返回 string[:-len(suffix)]。否则,返回原始字符串的副本。