kelvinxu's Stars
torvalds/linux
Linux kernel source tree
Textualize/rich
Rich is a Python library for rich text and beautiful formatting in the terminal.
BurntSushi/ripgrep
ripgrep recursively searches directories for a regex pattern while respecting your gitignore
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray-project/ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.
google-research/google-research
Google Research
huggingface/pytorch-image-models
The largest collection of PyTorch image encoders / backbones. Including train, eval, inference, export scripts, and pretrained weights -- ResNet, ResNeXT, EfficientNet, NFNet, Vision Transformer (ViT), MobileNetV4, MobileNet-V3 & V2, RegNet, DPN, CSPNet, Swin Transformer, MaxViT, CoAtNet, ConvNeXt, and more
bulletphysics/bullet3
Bullet Physics SDK: real-time collision detection and multi-physics simulation for VR, games, visual effects, robotics, machine learning etc.
openai/spinningup
An educational resource to help anyone learn deep reinforcement learning.
arogozhnikov/einops
Flexible and powerful tensor operations for readable and reliable code (for pytorch, jax, TF and others)
google-deepmind/dm-haiku
JAX-based neural network library
bethgelab/foolbox
A Python toolbox to create adversarial examples that fool neural networks in PyTorch, TensorFlow, and JAX
google/brax
Massively parallel rigidbody physics simulation on accelerator hardware.
xbpeng/DeepMimic
Motion imitation with deep reinforcement learning.
google-research/big_transfer
Official repository for the "Big Transfer (BiT): General Visual Representation Learning" paper.
Farama-Foundation/D4RL
A collection of reference environments for offline reinforcement learning
google-deepmind/android_env
RL research on Android devices.
thakkarparth007/copilot-explorer
Hacky repo to see what the Copilot extension sends to the server
ikostrikov/jaxrl
JAX (Flax) implementation of algorithms for Deep Reinforcement Learning with continuous action spaces.
google-deepmind/dm_robotics
Libraries, tools and tasks created and used at DeepMind Robotics.
sfujim/TD3_BC
Author's PyTorch implementation of TD3+BC, a simple variant of TD3 for offline RL
banool/recreation-gov-campsite-checker
Scrapes the recreation.gov website to check for campsite availabilities 🏕🏕
ChrisWaites/jax-flows
Normalizing Flows in JAX 🌊
ajabri/videowalk
Repository for "Space-Time Correspondence as a Contrastive Random Walk" (NeurIPS 2020)
dcmocanu/sparse-evolutionary-artificial-neural-networks
Always sparse. Never dense. But never say never. A Sparse Training repository for the Adaptive Sparse Connectivity concept and its algorithmic instantiation, i.e. Sparse Evolutionary Training, to boost Deep Learning scalability on various aspects (e.g. memory and computational time efficiency, representation and generalization power).
ikostrikov/implicit_q_learning
tianheyu927/mopo
Code for MOPO: Model-based Offline Policy Optimization
harvardnlp/sa-vae
siddharthverma314/clcp-neurips-2020
Code for Continual Learning of Control Primitives
facebookresearch/td-delta
Separating value functions across time-scales.