MCPcopy Create free account

hub / github.com/ZhengyiLuo/SMPLSim / types & classes

Types & classes104 in github.com/ZhengyiLuo/SMPLSim

↓ 12 callersClassSMPLX_Parser
smpl_sim/smpllib/smpl_parser.py:388
↓ 12 callersClassSMPL_Parser
smpl_sim/smpllib/smpl_parser.py:45
↓ 10 callersClassSMPLH_Parser
smpl_sim/smpllib/smpl_parser.py:250
↓ 6 callersClassMatplotlib3DPlotter
smpl_sim/poselib/visualization/plt_plotter.py:207
↓ 4 callersClassDraw3DLines
smpl_sim/poselib/visualization/simple_plotter_tasks.py:164
↓ 4 callersClassDraw3DSkeletonState
smpl_sim/poselib/visualization/skeleton_plotter_tasks.py:18
↓ 4 callersClassHumanoidEnv
smpl_sim/envs/humanoid_env.py:139
↓ 4 callersClassMLP
smpl_sim/learning/mlp.py:35
↓ 4 callersClassSMPL_Robot
smpl_sim/smpllib/smpl_local_robot.py:1165
↓ 3 callersClassActuator
smpl_sim/smpllib/smpl_local_robot.py:815
↓ 3 callersClassBody
smpl_sim/smpllib/smpl_local_robot.py:879
↓ 3 callersClassJoint
smpl_sim/smpllib/smpl_local_robot.py:322
↓ 3 callersClassSkeletonTree
A skeleton tree gives a complete description of a rigid skeleton. It describes a tree structure over a list of nodes with their names indicat
smpl_sim/poselib/skeleton/skeleton3d.py:21
↓ 3 callersClassto_device
smpl_sim/learning/learning_utils.py:38
↓ 3 callersClassto_test
smpl_sim/learning/learning_utils.py:55
↓ 2 callersClassBone
smpl_sim/smpllib/skeleton_local.py:250
↓ 2 callersClassBone
smpl_sim/smpllib/skeleton_mesh_local.py:129
↓ 2 callersClassDiagGaussian
smpl_sim/learning/distributions.py:6
↓ 2 callersClassDraw3DDots
smpl_sim/poselib/visualization/simple_plotter_tasks.py:176
↓ 2 callersClassDraw3DSkeletonMotion
smpl_sim/poselib/visualization/skeleton_plotter_tasks.py:73
↓ 2 callersClassGeom
smpl_sim/smpllib/smpl_local_robot.py:566
↓ 2 callersClassGymVectEnv
smpl_sim/envs/nv/gymwrapper.py:7
↓ 2 callersClassHumanoid_Batch
smpl_sim/smpllib/torch_smpl_humanoid_batch.py:35
↓ 2 callersClassSkeletonMotion
smpl_sim/poselib/skeleton/skeleton3d.py:910
↓ 2 callersClassto_cpu
smpl_sim/learning/learning_utils.py:21
↓ 1 callersClassBasePlotterTasks
smpl_sim/poselib/visualization/core.py:40
↓ 1 callersClassCategorical
smpl_sim/learning/distributions.py:28
↓ 1 callersClassDeviceCache
smpl_sim/smpllib/motion_lib_base_torch.py:76
↓ 1 callersClassDraw3DTrail
smpl_sim/poselib/visualization/simple_plotter_tasks.py:188
↓ 1 callersClassFlags
examples/nv_benchmark.py:33
↓ 1 callersClassFlags
examples/nv_humanoid_test.py:36
↓ 1 callersClassFlags
smpl_sim/utils/flags.py:3
↓ 1 callersClassHumanoid
smpl_sim/envs/nv/humanoid.py:86
↓ 1 callersClassHumanoid_Batch
smpl_sim/smpllib/np_smpl_humanoid_batch.py:102
↓ 1 callersClassMemory
smpl_sim/learning/memory.py:8
↓ 1 callersClassMotionLibSMPL
smpl_sim/smpllib/motion_lib_smpl.py:49
↓ 1 callersClassPlotParams
smpl_sim/poselib/visualization/common.py:74
↓ 1 callersClassPolicyGaussian
smpl_sim/learning/policy_gaussian.py:14
↓ 1 callersClassRunningMeanStd
smpl_sim/utils/running_mean_std.py:9
↓ 1 callersClassRunningNorm
y = (x-mean)/std using running estimates of mean,std
smpl_sim/learning/running_norm.py:5
↓ 1 callersClassSkeleton
smpl_sim/smpllib/skeleton_local.py:275
↓ 1 callersClassSkeletonState
A skeleton state contains all the information needed to describe a static state of a skeleton. It requires a skeleton tree, local/global rota
smpl_sim/poselib/skeleton/skeleton3d.py:253
↓ 1 callersClassValue
smpl_sim/learning/critic.py:5
↓ 1 callersClassto_train
smpl_sim/learning/learning_utils.py:72
ClassAgent
smpl_sim/agents/agent.py:17
ClassAgentHumanoid
smpl_sim/agents/agent_humanoid.py:31
ClassAgentPG
smpl_sim/agents/agent_pg.py:9
ClassAgentPPO
smpl_sim/agents/agent_ppo.py:10
ClassArcball
Virtual Trackball Control. >>> ball = Arcball() >>> ball = Arcball(initial=numpy.identity(4)) >>> ball.place([320, 320], 320) >>> bal
smpl_sim/utils/transformation.py:1639
ClassBaseEnv
BaseEnv Class ------------- This module contains the BaseEnv class, a base environment for Mujoco simulations. Setup simulation and rende
smpl_sim/envs/base_env.py:12
ClassBasePlotter
An abstract plotter which deals with a plotting task. The children class needs to implement the functions to create/update the objects according t
smpl_sim/poselib/visualization/core.py:49
ClassBasePlotterTask
smpl_sim/poselib/visualization/core.py:15
ClassBaseTask
smpl_sim/envs/nv/base_task.py:70
ClassConvertPointsFromHomogeneous
r"""Creates a transformation that converts points from homogeneous to Euclidean space. Args: points (Tensor): tensor of N-dimensional
smpl_sim/utils/torch_geometry_transforms.py:485
ClassConvertPointsToHomogeneous
r"""Creates a transformation to convert points from Euclidean to homogeneous space. Args: points (Tensor): tensor of N-dimensional po
smpl_sim/utils/torch_geometry_transforms.py:513
ClassDegToRad
r"""Function that converts angles from degrees to radians. Args: tensor (Tensor): Tensor of arbitrary shape. Returns: Tensor
smpl_sim/utils/torch_geometry_transforms.py:463
ClassDraw2DDots
smpl_sim/poselib/visualization/simple_plotter_tasks.py:170
ClassDraw2DLines
smpl_sim/poselib/visualization/simple_plotter_tasks.py:158
ClassDraw2DTrail
smpl_sim/poselib/visualization/simple_plotter_tasks.py:182
ClassDraw3DSkeletonMotions
smpl_sim/poselib/visualization/skeleton_plotter_tasks.py:182
ClassDrawXDDots
smpl_sim/poselib/visualization/simple_plotter_tasks.py:82
ClassDrawXDLines
smpl_sim/poselib/visualization/simple_plotter_tasks.py:16
ClassDrawXDTrail
smpl_sim/poselib/visualization/simple_plotter_tasks.py:148
ClassFixHeightMode
smpl_sim/smpllib/motion_lib_base.py:29
ClassFixHeightMode
smpl_sim/smpllib/motion_lib_base_torch.py:31
ClassHumanoidGetup
smpl_sim/envs/tasks/humanoid_getup.py:26
ClassHumanoidReach
smpl_sim/envs/tasks/humanoid_reach.py:33
ClassHumanoidSpeed
smpl_sim/envs/tasks/humanoid_speed.py:49
ClassHumanoidTask
smpl_sim/envs/humanoid_task.py:4
ClassLinearAnneal
smpl_sim/utils/math_utils.py:13
ClassLoggerRL
smpl_sim/learning/logger_rl.py:8
ClassMANO_Parser
smpl_sim/smpllib/smpl_parser.py:541
ClassMLPWithInputSkips
smpl_sim/learning/mlp.py:62
ClassMatplotlib2DPlotter
smpl_sim/poselib/visualization/plt_plotter.py:22
ClassMotionLibBase
smpl_sim/smpllib/motion_lib_base.py:39
ClassMotionLibBase
smpl_sim/smpllib/motion_lib_base_torch.py:117
ClassMotionlibMode
smpl_sim/smpllib/motion_lib_base.py:35
ClassMotionlibMode
smpl_sim/smpllib/motion_lib_base_torch.py:113
ClassNumpyEncoder
Special json encoder for numpy types
smpl_sim/poselib/core/backend/abstract.py:33
ClassOneEuroFilter
smpl_sim/utils/one_euor_filter.py:13
ClassPIDController
PD computes the control forces as .. math:: \tau^n = -k_p (q^{n}-\bar{q}^{n}) - k_d \dot{q}^{n} - k_i \int_y (q^{y}-\bar{q}^{y})
smpl_sim/envs/controllers.py:265
ClassPatch
smpl_sim/smpllib/motion_lib_smpl.py:38
ClassPatch
smpl_sim/smpllib/motion_lib_base_torch.py:39
ClassPolicy
smpl_sim/learning/policy.py:4
ClassPolicyDiscrete
smpl_sim/learning/policy_disc.py:7
ClassPolicyMCP
smpl_sim/learning/policy_mcp.py:8
ClassRadToDeg
r"""Creates an object that converts angles from radians to degrees. Args: tensor (Tensor): Tensor of arbitrary shape. Returns:
smpl_sim/utils/torch_geometry_transforms.py:441
ClassRunningMeanStdObs
smpl_sim/utils/running_mean_std.py:112
ClassSMPLConverter
smpl_sim/smpllib/smpl_mujoco_new.py:88
ClassSMPLHumanoid
smpl_sim/envs/smplenv.py:16
ClassSMPLHumanoidMove
smpl_sim/envs/tasks/locomotion.py:46
ClassSMPLHumanoidReplay
smpl_sim/envs/tasks/playback.py:7
ClassSerializable
Implementation to read/write to file. All class the is inherited from this class needs to implement to_dict() and from_dict()
smpl_sim/poselib/core/backend/abstract.py:68
ClassSimplePID
Based on https://github.com/m-lundberg/simple-pid/blob/master/simple_pid/pid.py
smpl_sim/envs/controllers.py:193
ClassSimpleTorqueController
The controller computes the force as ..math:: \tau^n = \min( \max (scale \dot action, -torque\_lim), torque\_lim)) Attributes
smpl_sim/envs/controllers.py:6
ClassSkeleton
smpl_sim/smpllib/skeleton_mesh_local.py:151
ClassStablePDController
Stable PD (SPD) computes the control forces using the next time step .. math:: \tau^n = -k_p (q^{n+1}-\bar{q}^{n+1}) - k_d \dot{q}^{
smpl_sim/envs/controllers.py:50
ClassStateInit
smpl_sim/envs/humanoid_env.py:141
ClassTensorUtils
smpl_sim/poselib/core/tensor_utils.py:15
ClassTrajBatch
smpl_sim/learning/trajbatch.py:7
next →1–100 of 104, ranked by callers