in tiktoken/load.py [0:0]
def decode_data_gym(value: str) -> bytes: return bytes(data_gym_byte_to_byte[b] for b in value)