detect42's Stars
AUTOMATIC1111/stable-diffusion-webui
Stable Diffusion web UI
Stability-AI/stablediffusion
High-Resolution Image Synthesis with Latent Diffusion Models
dennybritz/reinforcement-learning
Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book and David Silver's course.
fengdu78/lihang-code
《统计学习方法》的代码实现
openai/baselines
OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
ddbourgin/numpy-ml
Machine learning, in numpy
ShangtongZhang/reinforcement-learning-an-introduction
Python Implementation of Reinforcement Learning: An Introduction
datawhalechina/easy-rl
强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/
Jack-Cherish/Machine-Learning
:zap:机器学习实战(Python3):kNN、决策树、贝叶斯、逻辑回归、SVM、线性回归、树回归
AI4Finance-Foundation/ElegantRL
Massively Parallel Deep Reinforcement Learning. 🔥
hugo2046/QuantsPlaybook
量化研究-券商金工研报复现
datawhalechina/thorough-pytorch
PyTorch入门教程,在线阅读地址:https://datawhalechina.github.io/thorough-pytorch/
boyu-ai/Hands-on-RL
https://hrl.boyuai.com/
Jack-Cherish/Deep-Learning
:computer:深度学习实战:手写数字识别、Discuz验证码识别、垃圾分类、语义分割
Jack-Cherish/quantitative
量化交易:python3
XinJingHao/DRL-Pytorch
Clean, Robust, and Unified PyTorch implementation of popular Deep Reinforcement Learning (DRL) algorithms (Q-learning, Duel DDQN, PER, C51, Noisy DQN, PPO, DDPG, TD3, SAC, ASL)
Lizhi-sjtu/DRL-code-pytorch
Concise pytorch implements of DRL algorithms, including REINFORCE, A2C, DQN, PPO(discrete and continuous), DDPG, TD3, SAC.
vwxyzjn/ppo-implementation-details
The source code for the blog post The 37 Implementation Details of Proximal Policy Optimization
OrangeX4/NJUAI-Notes
我在南京大学人工智能专业学习时所做的笔记 :-)
luweiagi/machine-learning-notes
This is the notes of the way of machine learning study. You may find something useful in it.
Sierkinhane/CS229-ML-Implementation
Implementation of algorithms introduced in CS229.
LeoMax-Xiong/bookshelf
:books: books
Hoper-J/HUNG-YI_LEE_Machine-Learning_Homework
李宏毅 (HUNG-YI LEE)机器学习作业思路代码分享
morningsky/NTU-ReinforcementLearning-Notes
国立**大学李宏毅老师讲解的深度强化学习学习笔记
AdrianHsu/breakout-Deep-Q-Network
Reinforcement Learning | tensorflow implementation of DQN, Dueling DQN and Double DQN performed on Atari Breakout
fireball0213/NJUAI20
Course projects and notes of undergraduate courses in NJUAI
liyc-ai/RL-pytorch
A beginner-friendly repository on Deep Reinforcement Learning (RL), written in PyTorch.
iewug/Atari-DQN
PyTorch implementation of DQN, DDQN and Dueling DQN to solve Atari games including PongNoFrameskip-v4, BreakoutNoFrameskip-v4 and BoxingNoFrameskip-v4
chirag-singhal/Double-DQN
Deep Reinforcement Learning with Double Q-learning
indigoLovee/Dueling_DQN
Dueling DQN Pytorch