Login
Discover
Waves
Communities
Login
Signup
Topics
#python
Global
Trending
Hot
New
Top
#python
Trending
Top communities
Create your community
latest #python trending topics on internet
scipio
StemSocial
2026-06-28 08:18
Learn AI Series (#110) - Model-Based Reinforcement Learning
Learn AI Series (#110) - Model-Based Reinforcement Learning What will I learn You will learn the real difference between model-free and model-based RL -- and why the second family exists at all; how to
$ 0.852
31
1
scipio
StemSocial
2026-06-27 08:48
Learn AI Series (#109) - Advanced Policy Optimization
Learn AI Series (#109) - Advanced Policy Optimization What will I learn You will learn what a trust region is, and why bounding how far a policy may move in one update is the single idea that turns flaky
$ 0.835
18
1
oflyhigh
HIVE CN 中文社区
2026-06-27 02:58
让AI和Python帮我解决PDF合并的问题
团委老师在群里突然又发通知,让大家填一个电子表格,还有扫描《入团志愿书》到一个PDF文件,并把表格和PDF文件发给班级团支书。 (插图由ChatGPT辅助生成) 填表格这事是轻车熟路啦,但如何把《入团志愿书》扫描成一个PDF文件,却让我犯了愁,群里很多同学是去复印社花钱搞定,我可舍不得这笔巨款呢。 而且家里的打印机就自带扫描功能,我就不信解决不了这个问题。
scipio
StemSocial
2026-06-26 07:44
Learn AI Series (#108) - Policy Gradient Methods
Learn AI Series (#108) - Policy Gradient Methods What will I learn You will learn why directly optimizing the policy is sometimes a far better idea than learning a value function first; the policy gradient
savvyplayer
LUVHBIT Community
2026-06-26 00:27
Promoted
List of Hive Engine tokens that can be tipped using bot commands (June 26, 2026) 🤓
Some of the Hive tipping tokens are UNICOIN, PIXYDUST, PEPE, WINEX, LOH, IDD, HOP, WRD, and ALIVE! 🤓
scipio
StemSocial
2026-06-25 08:28
Learn AI Series (#107) - Deep Q-Networks (DQN)
Learn AI Series (#107) - Deep Q-Networks (DQN) What will I learn You will learn why tabular Q-Learning falls apart the moment the state space gets big, and why a lookup table was never going to scale to
scipio
StemSocial
2026-06-24 07:06
Learn AI Series (#106) - Temporal Difference Learning
Learn AI Series (#106) - Temporal Difference Learning What will I learn You will learn TD(0): updating value estimates from single transitions, without ever waiting for an episode to finish; bootstrapping:
scipio
StemSocial
2026-06-22 14:21
Learn AI Series (#105) - Monte Carlo Methods
Learn AI Series (#105) - Monte Carlo Methods What will I learn You will learn how to estimate value functions from complete episodes of experience -- no model of the environment required; first-visit vs