Pinned Repositories
CDMT
cleanRL
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
Debiasing-Trajectory-Prediction
Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
DermoSegDiff
[MICCAI 2023] DermoSegDiff: A Boundary-aware Segmentation Diffusion Model for Skin Lesion Delineation
DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
ElegantRL
Scalable and Elastic Deep Reinforcement Learning Using PyTorch. Please star. 🔥
EmbodiedCity
homepage
KDDCup2020-RL-1st-solution
1st solution for KDD Cup 2020 (RL track)
jingwei-18's Repositories
jingwei-18/cleanRL
High-quality single file implementation of Deep Reinforcement Learning algorithms with research-friendly features (PPO, DQN, C51, DDPG, TD3, SAC, PPG)
jingwei-18/CDMT
jingwei-18/Debiasing-Trajectory-Prediction
jingwei-18/Deep-reinforcement-learning-with-pytorch
PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....
jingwei-18/DermoSegDiff
[MICCAI 2023] DermoSegDiff: A Boundary-aware Segmentation Diffusion Model for Skin Lesion Delineation
jingwei-18/DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
jingwei-18/ElegantRL
Scalable and Elastic Deep Reinforcement Learning Using PyTorch. Please star. 🔥
jingwei-18/EmbodiedCity
jingwei-18/homepage
jingwei-18/KDDCup2020-RL-1st-solution
1st solution for KDD Cup 2020 (RL track)
jingwei-18/MARL-code-pytorch
Concise pytorch implements of MARL algorithms, including MAPPO, MADDPG, MATD3, QMIX and VDN.
jingwei-18/opanAI-baseline
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
jingwei-18/PYPOWER
Port of MATPOWER to Python
jingwei-18/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
jingwei-18/pytorch-a2c-ppo-acktr-gail
PyTorch implementation of Advantage Actor Critic (A2C), Proximal Policy Optimization (PPO), Scalable trust-region method for deep reinforcement learning using Kronecker-factored approximation (ACKTR) and Generative Adversarial Imitation Learning (GAIL).
jingwei-18/spinningup
An educational resource to help anyone learn deep reinforcement learning.
jingwei-18/stable-baselines3
PyTorch version of Stable Baselines, reliable implementations of reinforcement learning algorithms.
jingwei-18/Time-Series-Library
A Library for Advanced Deep Time Series Models.
jingwei-18/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch