中文整理的强化学习资料(Reinforcement Learning)
☆2,174Apr 30, 2020Updated 6 years ago
Alternatives and similar repositories for awesome-reinforcement-learning-zh
Users that are interested in awesome-reinforcement-learning-zh are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Intro to Reinforcement Learning (强化学习纲要)☆3,587Jul 25, 2020Updated 5 years ago
- Deep Reinforcement Learning Lab, a platform designed to make DRL technology and fun for everyone☆2,562Apr 11, 2022Updated 4 years ago
- 我的强化学习笔记和学习材料 still updating ... ...☆372Sep 27, 2025Updated 8 months ago
- Python Implementation of Reinforcement Learning: An Introduction☆14,681Aug 9, 2024Updated last year
- tensorflow实战练习,包括强化学习、推荐系统、nlp等☆7,008Sep 24, 2023Updated 2 years ago
- Wordpress hosting with auto-scaling - Free Trial Offer • AdFully Managed hosting for WordPress and WooCommerce businesses that need reliable, auto-scalable performance. Cloudways SafeUpdates now available.
- 强化学习中文教程(蘑菇书🍄),在线阅读地址:https://datawhalechina.github.io/easy-rl/☆14,320Dec 30, 2025Updated 5 months ago
- Simple Reinforcement learning tutorials, 莫烦Python 中文AI教学☆9,458Mar 31, 2024Updated 2 years ago
- Implementation of Reinforcement Learning Algorithms. Python, OpenAI Gym, Tensorflow. Exercises and Solutions to accompany Sutton's Book a…☆22,040Jul 13, 2023Updated 2 years ago
- PyTorch implementations of deep reinforcement learning algorithms and environments☆5,936Jul 25, 2024Updated last year
- An elegant PyTorch deep reinforcement learning library.☆10,800Apr 3, 2026Updated 2 months ago
- 这是一个学习强化学习基础原理的仓库,主要包括了《深入浅出强化学习原理入门》书中一些例子和课后作业的代码☆271Dec 4, 2018Updated 7 years ago
- 斯坦福 cs234 强化学习中文讲义☆211Jan 2, 2021Updated 5 years ago
- Reinforcement learning resources curated☆9,810May 25, 2023Updated 3 years ago
- 《Reinforcement Learning: An Introduction》(第二版)中文翻译☆678Apr 9, 2022Updated 4 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Learning Resources And Links Of Reinforcement Learning (updating)☆295Aug 5, 2021Updated 4 years ago
- An educational resource to help anyone learn deep reinforcement learning.☆11,806Aug 5, 2024Updated last year
- OpenAI Baselines: high-quality implementations of reinforcement learning algorithms☆16,734Aug 1, 2024Updated last year
- Paper list of multi-agent reinforcement learning (MARL)☆4,846Feb 11, 2026Updated 4 months ago
- Some basic examples of playing with RL☆1,274Feb 18, 2026Updated 4 months ago
- PyTorch implementation of DQN, AC, ACER, A2C, A3C, PG, DDPG, TRPO, PPO, SAC, TD3 and ....☆4,630Mar 24, 2023Updated 3 years ago
- Reinforcement Learning Algorithm Package & PuckWorld, GridWorld Gym environments☆862Nov 20, 2019Updated 6 years ago
- Massively Parallel Deep Reinforcement Learning. 🔥☆4,340Feb 20, 2026Updated 3 months ago
- For deep RL and the future of AI.☆1,509Mar 1, 2024Updated 2 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- 深度学习500问,以问答形式对常用的概率知识、线性代数、机器学习、深度学习、计算机视觉等热点问题进行阐述,以帮助自己及有需要的读者。 全书分为18个章节,50余万字。由于水平有限,书中不妥之处恳请广大读者批评指正。 未完待续............ 如有意合作,联系sc…☆57,429Jun 26, 2024Updated last year
- 南瓜书:《机器学习》(西瓜书)公式详解☆25,875Apr 22, 2026Updated last month
- A high-performance distributed training framework for Reinforcement Learning☆3,457Sep 13, 2025Updated 9 months ago
- Must-read papers on graph neural networks (GNN)☆16,800Dec 20, 2023Updated 2 years ago
- 《统计学习方法》的代码实现☆19,587Aug 22, 2023Updated 2 years ago
- Reinforcement Learning in PyTorch☆2,280Jan 4, 2021Updated 5 years ago
- Source codes for the book "Reinforcement Learning: Theory and Python Implementation"☆1,028Oct 26, 2025Updated 7 months ago
- Implementation of benchmark RL algorithms☆472Jul 20, 2022Updated 3 years ago
- Modularized Implementation of Deep RL Algorithms in PyTorch☆3,425Apr 16, 2024Updated 2 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 邱锡鹏《神经网络与深度学习》(蒲公英书)理论书 v2 与通识版☆18,892Jun 1, 2026Updated 2 weeks ago
- 本项目将《动手学深度学习》(Dive into Deep Learning)原书中的MXNet实现改为PyTorch实现。