跳至内容

schola.core.spaces.base.UnrealSpace

schola.core.spaces.base.### UnrealSpace类型: str(https://docs.pythonlang.cn/3/library/stdtypes.html#str "(Python v3.13)")
基类: object”)

Schola 中所有空间的基类,提供用于在 protobuf 消息和 Pythonic 表示之间进行转换的通用接口。

_name : 空间的名称。

另请参阅

gymnasium.spaces.Space”) : 此类等效的 gym 空间对象。

fill_proto(msg, value) : 将此空间中点的 Python 表示转换为 protobuf 消息。修改 msg 以包含结果。

参数

消息

类型: proto\_points.FundamentalPoint
要填充的 protobuf 消息。

value

类型: Any
点的 Pythonic 表示。

© . This site is unofficial and not affiliated with AMD.