MCPcopy Index your code

hub / github.com/NVlabs/neural-robot-dynamics / types & classes

Types & classes49 in github.com/NVlabs/neural-robot-dynamics

↓ 10 callersClassNeuralEnvironment
Simulation environment wrapper that uses Neural Robot Dynamics Integrator.
envs/neural_environment.py:41
↓ 3 callersClassLayerNorm
LayerNorm but with an optional bias. PyTorch doesn't support simply bias=False
models/model_transformer.py:19
↓ 3 callersClassRunningMeanStd
utils/running_mean_std.py:20
↓ 3 callersClassTimeReport
utils/time_report.py:49
↓ 3 callersClassTrajectoryDataset
utils/datasets.py:118
↓ 3 callersClassTrajectorySampler
generate/trajectory_sampler.py:37
↓ 3 callersClassUniformSampler
Random sampling using uniform distribution.
generate/simulation_sampler.py:105
↓ 2 callersClassBatchTransitionDataset
utils/datasets.py:27
↓ 2 callersClassGPT
models/model_transformer.py:128
↓ 2 callersClassGPTConfig
models/model_transformer.py:119
↓ 2 callersClassMLPBase
models/base_models.py:21
↓ 2 callersClassNeuralSimEvaluator
utils/evaluator.py:37
↓ 2 callersClassRLGPUAlgoObserver
Allows us to log stats from the env along with the algorithm running stats.
envs/rlgames_env_wrapper.py:309
↓ 1 callersClassAbstractContact
Class for AbstractContact, a torch view of the rigid contact info in warp model Each contact is represented by: - contact_shape0 (fi
envs/abstract_contact.py:27
↓ 1 callersClassAbstractContactEnvironment
Implements an environment where the contacts are represented as an abstracted representation. A fixed set of possible contact pairs are deter
envs/abstract_contact_environment.py:190
↓ 1 callersClassBlock
models/model_transformer.py:104
↓ 1 callersClassCausalSelfAttention
models/model_transformer.py:30
↓ 1 callersClassGRUBase
models/base_models.py:125
↓ 1 callersClassLSTMBase
models/base_models.py:49
↓ 1 callersClassLogger
utils/logger.py:19
↓ 1 callersClassMLP
models/model_transformer.py:88
↓ 1 callersClassMLPDeterministic
models/models.py:22
↓ 1 callersClassModelMixedInput
models/models.py:57
↓ 1 callersClassNeuralIntegrator
An integrator that uses a neural network to predict the next state. This integrator only handles articulated rigid body dynamics. The sta
integrators/integrator_neural.py:127
↓ 1 callersClassRNNNeuralIntegrator
integrators/integrator_neural_rnn.py:25
↓ 1 callersClassRlgamesEnvironment
envs/rlgames_env_wrapper.py:60
↓ 1 callersClassSequenceModelTrainer
algorithms/sequence_model_trainer.py:23
↓ 1 callersClassStatefulNeuralIntegrator
integrators/integrator_neural_stateful.py:29
↓ 1 callersClassTimer
utils/time_report.py:20
↓ 1 callersClassTrajectorySamplerAnt
Data generator that samples random trajectories with a fixed ground assumption. For fixed ground, we use the contact settings from the env.
generate/trajectory_sampler_ant.py:31
↓ 1 callersClassTrajectorySamplerAnymal
Data generator that samples random trajectories with a fixed ground assumption. For fixed ground, we use the contact settings from the env.
generate/trajectory_sampler_anymal.py:35
↓ 1 callersClassTrajectorySamplerPendulum
Data generator that samples random trajectories [(states, controls, next_states)].
generate/trajectory_sampler_pendulum.py:41
↓ 1 callersClassTransformerNeuralIntegrator
integrators/integrator_neural_transformer.py:28
↓ 1 callersClassVanillaTrainer
algorithms/vanilla_trainer.py:46
ClassAntEnvironment
envs/warp_sim_envs/env_ant.py:315
ClassAnymalEnvironment
envs/warp_sim_envs/env_anymal.py:372
ClassAnymalJointPositionControlEnvironment
envs/warp_sim_envs/env_anymal_joint_position_control.py:59
ClassCartpoleEnvironment
envs/warp_sim_envs/env_cartpole.py:139
ClassCubeTossingEnvironment
envs/warp_sim_envs/env_cube_toss.py:156
ClassEnvironment
envs/warp_sim_envs/environment.py:171
ClassFixedNormal
models/distributions.py:19
ClassFrankaPandaEnvironment
envs/warp_sim_envs/env_franka_panda.py:199
ClassIntegratorType
envs/warp_sim_envs/environment.py:49
ClassPendulumWithContactEnvironment
envs/warp_sim_envs/env_pendulum_with_contact.py:63
ClassRenderMode
envs/warp_sim_envs/environment.py:40
ClassRunningMeanStdDict
utils/running_mean_std.py:88
ClassSampler
Abstract class of data sampler.
generate/simulation_sampler.py:68
ClassSobolSampler
Systematic sampling using Sobol sequences.
generate/simulation_sampler.py:80
ClassWarpSimDataGenerator
Generic data generator for WarpSim environments.
generate/simulation_sampler.py:121