FaizalKarim280280's Stars
cvxpy/cvxpy
A Python-embedded modeling language for convex optimization problems.
DiffEqML/torchdyn
A PyTorch library entirely dedicated to neural differential equations, implicit models and related numerical methods
UM-ARM-Lab/pytorch_volumetric
Volumetric structures such as voxels and SDFs implemented in pytorch
jhavl/dkt
A Tutorial on Manipulator Differential Kinematics
UM-ARM-Lab/pytorch_kinematics
Robot kinematics implemented in pytorch
markusgrotz/peract_bimanual
chernyadev/bigym
Demo-Driven Mobile Bi-Manual Manipulation Benchmark.
stepjam/ARM
Q-attention (within the ARM system) and coarse-to-fine Q-attention (within C2F-ARM system).
peract/peract
Perceiver-Actor: A Multi-Task Transformer for Robotic Manipulation
jacarvalho/mpd-public
Implementation of Motion Planning Diffusion
facebookresearch/theseus
A library for differentiable nonlinear optimization
zichunxx/panda_mujoco_gym
haosulab/MPlib
a Lightweight Motion Planning Package
yzqin/dex-hand-teleop
From One Hand to Multiple Hands: Imitation Learning for Dexterous Manipulation from Single-Camera Teleoperation, RA-L IROS 2022
google-research/big_vision
Official codebase used to develop Vision Transformer, SigLIP, MLP-Mixer, LiT and more.
iamlab-cmu/frankapy
Python interface to control Franka Emika Panda Research Robot Arms.
haosulab/SAPIEN
SAPIEN Embodied AI Platform
Matt00n/PolicyGradientsJax
On-Policy Policy Gradient Algorithms in JAX
xlang-ai/text2reward
[ICLR 2024] Code for the paper "Text2Reward: Automated Dense Reward Function Generation for Reinforcement Learning"
PKU-MARL/DexterousHands
This is a library that provides dual dexterous hand manipulation tasks through Isaac Gym
KindXiaoming/pykan
Kolmogorov Arnold Networks
rosinality/vq-vae-2-pytorch
Implementation of Generating Diverse High-Fidelity Images with VQ-VAE-2 in PyTorch
Rgtemze/HyperDiffusion
Official code repository of "HyperDiffusion: Generating Implicit Neural Fields with Weight-Space Diffusion" @ ICCV 2023
facebookresearch/DiT
Official PyTorch Implementation of "Scalable Diffusion Models with Transformers"
MishaLaskin/vqvae
A pytorch implementation of the vector quantized variational autoencoder (https://arxiv.org/abs/1711.00937)
casadi/casadi
CasADi is a symbolic framework for numeric optimization implementing automatic differentiation in forward and reverse modes on sparse matrix-valued computational graphs. It supports self-contained C-code generation and interfaces state-of-the-art codes such as SUNDIALS, IPOPT etc. It can be used from C++, Python or Matlab/Octave.
NUS-HPC-AI-Lab/Neural-Network-Parameter-Diffusion
We introduce a novel approach for parameter generation, named neural network parameter diffusion (p-diff), which employs a standard latent diffusion model to synthesize a new set of parameters
constrained-grasp-diffusion/constrained-grasp-diffusion.github.io
Website for constrained grasp diffusion
igul222/improved_wgan_training
Code for reproducing experiments in "Improved Training of Wasserstein GANs"
soumith/dcgan.torch
A torch implementation of http://arxiv.org/abs/1511.06434