ray.rllib.common.SupportedFileType.endswith# SupportedFileType.endswith(suffix[, start[, end]]) → bool# 如果 S 以指定的后缀结尾则返回 True,否则返回 False。可选的 start 参数用于从该位置开始测试 S。可选的 end 参数用于在指定的位置停止比较 S。suffix 也可以是一个要尝试的字符串元组。