跳转至

LAV2_env_cfg

类:

名称 描述
ActionsCfg

Action specifications for the MDP.

ObservationsCfg

Observation specifications for the MDP.

EventCfg

Configuration for events.

CommandsCfg

Command specifications for the MDP.

RewardsCfg

Reward terms for the MDP.

RewardsCollectiveCfg

Base rewards plus a hover-tracking penalty.

TerminationsCfg

Termination terms for the MDP.

LAV2EnvCfg

Configuration for the LAV2 environment.

LAV2CollectiveEnvCfg

LAV2 base task variant with the hover-throttle tracking penalty.

LAV2CTATTEnvCfg

Base task with explicit cmd_ctatt control mode.

LAV2CTBREnvCfg

Base task with explicit cmd_ctbr control mode.

LAV2CTBMEnvCfg

Base task with explicit cmd_ctbm control mode.

ActionsCfg

Action specifications for the MDP.

ObservationsCfg

Observation specifications for the MDP.

类:

名称 描述
PolicyCfg

Observations for policy group.

PolicyCfg

Bases: ObservationGroupCfg

Observations for policy group.

EventCfg

Configuration for events.

CommandsCfg

Command specifications for the MDP.

RewardsCfg

Reward terms for the MDP.

RewardsCollectiveCfg

Bases: RewardsCfg

Base rewards plus a hover-tracking penalty.

TerminationsCfg

Termination terms for the MDP.

LAV2EnvCfg

Bases: ManagerBasedRLEnvCfg

Configuration for the LAV2 environment.

方法:

名称 描述
__post_init__

Post initialization.

__post_init__

__post_init__() -> None

Post initialization.

LAV2CollectiveEnvCfg

Bases: LAV2EnvCfg

LAV2 base task variant with the hover-throttle tracking penalty.

方法:

名称 描述
__post_init__

Post initialization.

__post_init__

__post_init__() -> None

Post initialization.

LAV2CTATTEnvCfg

Bases: LAV2CollectiveEnvCfg

Base task with explicit cmd_ctatt control mode.

LAV2CTBREnvCfg

Bases: LAV2CollectiveEnvCfg

Base task with explicit cmd_ctbr control mode.

LAV2CTBMEnvCfg

Bases: LAV2CollectiveEnvCfg

Base task with explicit cmd_ctbm control mode.