Skip to content

SimpleRTC 超参数设置 #2

Description

@Jkho80

您好,

我在尝试官方的SimpleRTC默认参数时遇到些问题,出现了回退的情况。

客户端使用的超参数为

control_frequency=200.0
infer_frequency=5.0,
delay_horizon=16,

服务端使用的超参数为

CONTROL_HZ = 200  # Hz for realbot control
TRAINING_HZ = 30  # Hz for training
INTERPOLATION = CONTROL_HZ / TRAINING_HZ
valid_action_step: int = 64
simpleRTC_test.mp4

想要请教一下这些超参数之间应该是怎么样的关系,应该如何设置,是否也跟推理时间还有网络请求延迟时间有关?

谢谢。

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions