MCPcopy Create free account

hub / github.com/TeleHuman/TextOp / types & classes

Types & classes186 in github.com/TeleHuman/TextOp

↓ 48 callersClassGlfw
Dynamic dispatch table for GLFW functions required by Simulate. This allows us to use GLFW without introducing a link-time dependency on the library,
TextOpDeploy/src/unitree_mujoco/simulate/src/mujoco/glfw_dispatch.h:30
↓ 6 callersClassPrivilegedCfg
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:150
↓ 4 callersClassEmpiricalNormalization
Normalize mean and variance of values based on empirical values.
deps/rsl_rl-modular-normed/rsl_rl/modules/normalizer.py:14
↓ 4 callersClassMemory
deps/rsl_rl-modular-normed/rsl_rl/networks/memory.py:14
↓ 4 callersClassPolicyCfg
Observations for policy group.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:119
↓ 3 callersClassClassifierFreeWrapper
TextOpRobotMDAR/robotmdar/eval/generate_dar.py:17
↓ 3 callersClassOnPolicyRunner
On-policy runner for training and evaluation.
deps/rsl_rl-modular-normed/rsl_rl/runners/on_policy_runner.py:28
↓ 2 callersClassHumanOutputFormat
TextOpRobotMDAR/robotmdar/diffusion/logger.py:36
↓ 2 callersClassMotionLoader
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/mdp/commands.py:30
↓ 2 callersClassPositionalEncoding
TextOpRobotMDAR/robotmdar/model/mld_denoiser.py:193
↓ 2 callersClassReplayMotionsSceneCfg
Configuration for a replay motions scene.
TextOpTracker/scripts/csv_to_npz.py:59
↓ 2 callersClassRobotSkeleton
TextOpRobotMDAR/robotmdar/skeleton/robot.py:10
↓ 2 callersClassRolloutStorage
deps/rsl_rl-modular-normed/rsl_rl/storage/rollout_storage.py:13
↓ 2 callersClassSkipTransformerEncoder
TextOpRobotMDAR/robotmdar/model/operator/cross_attention.py:18
↓ 2 callersClassTimestepEmbedder
TextOpRobotMDAR/robotmdar/model/mld_denoiser.py:215
↓ 2 callersClassTransformerDecoderLayer
TextOpRobotMDAR/robotmdar/model/operator/cross_attention.py:297
↓ 2 callersClassTransformerEncoderLayer
TextOpRobotMDAR/robotmdar/model/operator/cross_attention.py:236
↓ 2 callersClassVisState
TextOpRobotMDAR/robotmdar/dtype/vis_mjc.py:43
↓ 1 callersClassActionsCfg
Action specifications for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:109
↓ 1 callersClassAdaptiveInstanceNorm1d
TextOpRobotMDAR/robotmdar/model/operator/adain.py:5
↓ 1 callersClassCSVOutputFormat
TextOpRobotMDAR/robotmdar/diffusion/logger.py:113
↓ 1 callersClassCommandsCfg
Command specifications for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:87
↓ 1 callersClassCurriculumCfg
Curriculum terms for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:541
↓ 1 callersClassDiscountedAverage
r"""Discounted average of rewards. The discounted average is defined as: .. math:: \bar{R}_t = \gamma \bar{R}_{t-1} + r_t Args
deps/rsl_rl-modular-normed/rsl_rl/modules/normalizer.py:107
↓ 1 callersClassElasticBand
TextOpDeploy/src/unitree_mujoco/simulate_python/unitree_sdk2py_bridge.py:336
↓ 1 callersClassEmpiricalDiscountedVariationNormalization
Reward normalization from Pathak's large scale study on PPO. Reward normalization. Since the reward function is non-stationary, it is useful to n
deps/rsl_rl-modular-normed/rsl_rl/modules/normalizer.py:79
↓ 1 callersClassEventCfg
Configuration for events.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:314
↓ 1 callersClassForwardKinematics
Forward kinematics calculator for humanoid robots. Maintains full compatibility with original interface including extend joints.
TextOpRobotMDAR/robotmdar/skeleton/forward_kinematics.py:17
↓ 1 callersClassGaussianDiffusion
Utilities for training and sampling diffusion models. Ported directly from here, and then adapted over time to further experimentation.
TextOpRobotMDAR/robotmdar/diffusion/gaussian_diffusion.py:101
↓ 1 callersClassGroupNorm32
TextOpRobotMDAR/robotmdar/diffusion/nn.py:18
↓ 1 callersClassHydraLoggerBridge
TextOpRobotMDAR/robotmdar/dtype/logger.py:10
↓ 1 callersClassJSONOutputFormat
TextOpRobotMDAR/robotmdar/diffusion/logger.py:98
↓ 1 callersClassLogger
TextOpRobotMDAR/robotmdar/diffusion/logger.py:332
↓ 1 callersClassLoopState
State management for continuous motion generation.
TextOpRobotMDAR/robotmdar/eval/loop_dar.py:43
↓ 1 callersClassLossSecondMomentResampler
TextOpRobotMDAR/robotmdar/diffusion/resample.py:124
↓ 1 callersClassMLP
TextOpRobotMDAR/robotmdar/model/mld_denoiser.py:234
↓ 1 callersClassMLPBlock
TextOpRobotMDAR/robotmdar/model/mld_denoiser.py:269
↓ 1 callersClassMotionDAR
TextOpDeploy/src/textop_ctrl/scripts/rmdar.py:175
↓ 1 callersClassMotionLoader
TextOpTracker/scripts/deploy_mujoco.py:294
↓ 1 callersClassMotionWatcher
TextOpDeploy/src/textop_ctrl/scripts/motion_watcher.py:17
↓ 1 callersClassMultiMotionLoader
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/mdp/commands_multi.py:80
↓ 1 callersClassMySceneCfg
Configuration for the terrain scene with a legged robot.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:42
↓ 1 callersClassNPZMotionPublisher
TextOpDeploy/src/textop_ctrl/scripts/npz_motion_publisher.py:27
↓ 1 callersClassNeptuneLogger
deps/rsl_rl-modular-normed/rsl_rl/utils/neptune_utils.py:18
↓ 1 callersClassNeptuneSummaryWriter
Summary writer for Neptune.
deps/rsl_rl-modular-normed/rsl_rl/utils/neptune_utils.py:29
↓ 1 callersClassNestedTensor
TextOpRobotMDAR/robotmdar/model/operator/position_encoding.py:15
↓ 1 callersClassNoisePrivObservationsCfg
Observation specifications for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:281
↓ 1 callersClassObservationsCfg
Observation specifications for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:116
↓ 1 callersClassPKLMotionLoader
TextOpTracker/scripts/pklpack_to_npz.py:74
↓ 1 callersClassPatcher1D
A module to convert 1D signal tensors into patches using torch operations.
TextOpRobotMDAR/robotmdar/model/modules.py:14
↓ 1 callersClassPositionEmbeddingLearned
Absolute pos embedding, learned.
TextOpRobotMDAR/robotmdar/model/operator/position_encoding.py:82
↓ 1 callersClassPositionEmbeddingLearned1D
TextOpRobotMDAR/robotmdar/model/operator/position_encoding.py:138
↓ 1 callersClassPositionEmbeddingSine
This is a more standard version of the position embedding, very similar to the one used by the Attention is all you need paper, generalized t
TextOpRobotMDAR/robotmdar/model/operator/position_encoding.py:39
↓ 1 callersClassPositionEmbeddingSine1D
TextOpRobotMDAR/robotmdar/model/operator/position_encoding.py:113
↓ 1 callersClassPrivPrivObservationsCfg
Observation specifications for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:260
↓ 1 callersClassProjGravObservationsCfg
Observation specifications for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:168
↓ 1 callersClassPropPropObservationsCfg
Observation specifications for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:226
↓ 1 callersClassRandomNetworkDistillation
Implementation of Random Network Distillation (RND) [1] References: .. [1] Burda, Yuri, et al. "Exploration by random network distillatio
deps/rsl_rl-modular-normed/rsl_rl/modules/rnd.py:15
↓ 1 callersClassReplayMotionsSceneCfg
Configuration for a replay motions scene.
TextOpTracker/scripts/replay_npz.py:48
↓ 1 callersClassReplayMotionsSceneCfg
Configuration for a replay motions scene.
TextOpTracker/scripts/pklpack_to_npz.py:55
↓ 1 callersClassRewardsCfg
Reward terms for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:363
↓ 1 callersClassSkipTransformerDecoder
TextOpRobotMDAR/robotmdar/model/operator/cross_attention.py:66
↓ 1 callersClassTensorBoardOutputFormat
Dumps key/value pairs into TensorBoard's numeric format.
TextOpRobotMDAR/robotmdar/diffusion/logger.py:150
↓ 1 callersClassTerminationsCfg
Termination terms for the MDP.
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/tracking_env_cfg.py:483
↓ 1 callersClassTerrainGenerator
TextOpDeploy/src/unitree_mujoco/terrain_tool/terrain_generator.py:78
↓ 1 callersClassTransformer
TextOpRobotMDAR/robotmdar/model/operator/cross_attention.py:127
↓ 1 callersClassTransformerDecoder
TextOpRobotMDAR/robotmdar/model/operator/cross_attention.py:195
↓ 1 callersClassTransformerEncoder
TextOpRobotMDAR/robotmdar/model/operator/cross_attention.py:171
↓ 1 callersClassUnPatcher1D
A module to convert 1D patches back into signal tensors.
TextOpRobotMDAR/robotmdar/model/modules.py:76
↓ 1 callersClassUniformSampler
TextOpRobotMDAR/robotmdar/diffusion/resample.py:61
↓ 1 callersClassUnitreeSdk2Bridge
TextOpDeploy/src/unitree_mujoco/simulate_python/unitree_sdk2py_bridge.py:36
↓ 1 callersClassWandbSummaryWriter
Summary writer for Weights and Biases.
deps/rsl_rl-modular-normed/rsl_rl/utils/wandb_utils.py:18
↓ 1 callersClassWrappedVAEDecode
TextOpDeploy/src/textop_ctrl/scripts/rmdar.py:124
↓ 1 callersClass_OnnxMotionPolicyExporter
TextOpTracker/source/textop_tracker/textop_tracker/utils/exporter.py:31
↓ 1 callersClass_WrappedModel
TextOpRobotMDAR/robotmdar/diffusion/respace.py:115
↓ 1 callersClassstat
TextOpDeploy/src/textop_ctrl/src/motion_block_subscriber.cpp:82
ClassAbsolutePose_
TextOpRobotMDAR/robotmdar/dtype/motion.py:37
ClassActorCritic
deps/rsl_rl-modular-normed/rsl_rl/modules/actor_critic.py:15
ClassActorCriticMNMLP
deps/rsl_rl-modular-normed/rsl_rl/modules/actor_critic_mnmlp.py:17
ClassActorCriticRecurrent
deps/rsl_rl-modular-normed/rsl_rl/modules/actor_critic_recurrent.py:15
ClassAnchorBody
TextOpTracker/scripts/deploy_mujoco.py:14
ClassAutoMldVae
TextOpRobotMDAR/robotmdar/model/mld_vae.py:35
ClassBaseManager
Abstract base class for training managers. Defines common interfaces and functionality for training management, including EMA support, h
TextOpRobotMDAR/robotmdar/train/manager.py:20
ClassButton
TextOpDeploy/src/textop_ctrl/include/common/gamepad.hpp:51
ClassCheckpointFunction
TextOpRobotMDAR/robotmdar/diffusion/nn.py:148
ClassClearmlPlatform
TextOpRobotMDAR/robotmdar/train/train_platforms.py:22
ClassConfig
TextOpDeploy/src/textop_ctrl/include/textop_ctrl/config_loader.hpp:8
ClassConv2d
TextOpRobotMDAR/robotmdar/model/operator/conv2d_gradfix.py:134
ClassConv2dGradWeight
TextOpRobotMDAR/robotmdar/model/operator/conv2d_gradfix.py:177
ClassCustom
TextOpDeploy/src/unitree_mujoco/example/cpp/stand_go2.cpp:21
ClassDARManager
Training manager for DAR (Diffusion AutoRegressive) model. Manages both VAE and denoiser models, with support for full DDPM sampling and
TextOpRobotMDAR/robotmdar/train/manager.py:684
ClassDecoderWrapper
TextOpRobotMDAR/robotmdar/wrapper/vae_decode.py:5
ClassDelayedImplicitActuator
Ideal PD actuator with delayed command application. This class extends the :class:`IdealPDActuator` class by adding a delay to the actuator comma
TextOpTracker/source/textop_tracker/textop_tracker/robots/actuator.py:11
ClassDelayedImplicitActuatorCfg
Configuration for a delayed PD actuator.
TextOpTracker/source/textop_tracker/textop_tracker/robots/actuator.py:72
ClassDenoiserMLP
TextOpRobotMDAR/robotmdar/model/mld_denoiser.py:9
ClassDenoiserTransformer
TextOpRobotMDAR/robotmdar/model/mld_denoiser.py:92
ClassDistillation
Distillation algorithm for training a student model to mimic a teacher model.
deps/rsl_rl-modular-normed/rsl_rl/algorithms/distillation.py:16
ClassElasticBand
TextOpDeploy/src/unitree_mujoco/simulate/src/mujoco/simulate.h:35
ClassEventKeyboardJoystick
TextOpDeploy/src/unitree_mujoco/simulate/src/physics_joystick.h:102
ClassG1FlatEnvCfg
TextOpTracker/source/textop_tracker/textop_tracker/tasks/tracking/config/g1/flat_env_cfg.py:9
next →1–100 of 186, ranked by callers