Asber777's Stars
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
binary-husky/gpt_academic
为GPT/GLM等LLM大语言模型提供实用化交互接口,特别优化论文阅读/润色/写作体验,模块化设计,支持自定义快捷按钮&函数插件,支持Python和C++等项目剖析&自译解功能,PDF/LaTex论文翻译&总结功能,支持并行问询多种LLM模型,支持chatglm3等本地模型。接入通义千问, deepseekcoder, 讯飞星火, 文心一言, llama2, rwkv, claude2, moss等。
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch
datawhalechina/easy-rl
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
zhm-real/PathPlanning
Common used path planning algorithms with animations.
TingsongYu/PyTorch_Tutorial
《Pytorch模型训练实用教程》中配套代码
openai/guided-diffusion
openai/improved-diffusion
Release for Improved Denoising Diffusion Probabilistic Models
YangLing0818/Diffusion-Models-Papers-Survey-Taxonomy
Diffusion model papers, survey, and taxonomy
seungeunrho/minimalRL
Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)
nikhilbarhate99/PPO-PyTorch
Minimal implementation of clipped objective Proximal Policy Optimization (PPO) in PyTorch
google-research/torchsde
Differentiable SDE solvers with GPU support and efficient sensitivity analysis.
Janspiry/Palette-Image-to-Image-Diffusion-Models
Unofficial implementation of Palette: Image-to-Image Diffusion Models by Pytorch
pfnet/pfrl
PFRL: a PyTorch-based deep reinforcement learning library
Lizhi-sjtu/DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
ermongroup/SDEdit
PyTorch implementation for SDEdit: Image Synthesis and Editing with Stochastic Differential Equations
metadriverse/metadrive
MetaDrive: Open-source driving simulator
crowsonkb/v-diffusion-pytorch
v objective diffusion inference code for PyTorch.
afiaka87/clip-guided-diffusion
A CLI tool/python module for generating images from text using guided diffusion and CLIP from OpenAI.
locuslab/convex_adversarial
A method for training neural networks that are provably robust to adversarial attacks.
wgcban/ddpm-cd
Remote Sensing Change Detection using Denoising Diffusion Probabilistic Models
a1600012888/YOPO-You-Only-Propagate-Once
Code for our nips19 paper: You Only Propagate Once: Accelerating Adversarial Training Via Maximal Principle
MarcoMeter/recurrent-ppo-truncated-bptt
Baseline implementation of recurrent PPO using truncated BPTT
Michedev/DDPMs-Pytorch
Implementation of various DDPM papers to understand how they work
ermongroup/generative_adversary
Code for the unrestricted adversarial examples paper (NeurIPS 2018)
cassidylaidlaw/perceptual-advex
Code and data for the ICLR 2021 paper "Perceptual Adversarial Robustness: Defense Against Unseen Threat Models".
cassidylaidlaw/ReColorAdv
ReColorAdv and other attacks from the NeurIPS 2019 paper "Functional Adversarial Attacks"
shaguopohuaizhe/TSAA
Equationliu/GA-Attack
SaTML 2023, 1st place in CVPR’21 Security AI Challenger: Unrestricted Adversarial Attacks on ImageNet.
hyerim-mmc/CartPole_DQN
Implementation Cartpole DQN with PyTorch