<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Blogs on</title><link>https://hzzhughes.github.io/blog/</link><description>Recent content in Blogs on</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright © 2026, Hanbin Zhou.</copyright><lastBuildDate>Mon, 10 Feb 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://hzzhughes.github.io/blog/index.xml" rel="self" type="application/rss+xml"/><item><title>Some Notes on Generalization in RL</title><link>https://hzzhughes.github.io/blog/generalization-in-rl/</link><pubDate>Mon, 10 Feb 2025 00:00:00 +0000</pubDate><guid>https://hzzhughes.github.io/blog/generalization-in-rl/</guid><description>&lt;blockquote>
&lt;p>This is a personal note on some of the ideas in RL the writer learned so far. Many of them could be incorrect and I&amp;rsquo;d be happy if you could let me know.&lt;/p>&lt;/blockquote>
&lt;p>In this article,
we are going to include some of these ideas proposed in such field.
Note that most of the content actually comes from &lt;a href="https://rltheorybook.github.io/">this book&lt;/a>.&lt;/p>
&lt;h2 id="background">Background&lt;/h2>
&lt;p>First of all,
let&amp;rsquo;s define the notations and settings.
$$
\begin{align*}
{\cal S}\quad&amp;amp;\text{state space}\\
{\cal A}\quad&amp;amp;\text{action space}\\
H\quad&amp;amp;\text{horizon}\\
s\quad&amp;amp;\text{state}\\
a\quad&amp;amp;\text{action}\\
h\quad&amp;amp;\text{step}\\
r_h(s,a)\quad&amp;amp;\text{reward}\\
\Bbb P_h(\cdot\vert s,a)\quad&amp;amp;\text{transition probability}\\
K\quad&amp;amp;\text{number of episodes}\\
k\quad&amp;amp;\text{episode}\\
\end{align*}
$$
We say we are in episodic setting and consider the finite horizon MDP ${\cal M}=({\cal S}, {\cal A}, H, \Bbb P, r)$.
We are also going to use this setting in most parts of this article.&lt;/p></description></item><item><title>Settings in Theoretical Machine Learning</title><link>https://hzzhughes.github.io/blog/theoretical-machine-learning-notes-1/</link><pubDate>Tue, 10 Dec 2024 00:00:00 +0000</pubDate><guid>https://hzzhughes.github.io/blog/theoretical-machine-learning-notes-1/</guid><description>&lt;blockquote>
&lt;p>This is a personal learing note on some of the baisc settings I have encountered so far in a learning theory course. If there is any typo or other kind of mistake, I&amp;rsquo;d be happy if you could let me know.&lt;/p>&lt;/blockquote>
&lt;p>One of the main idea behind learing theory is to figure out why machine learning algorithms work from a statistical or mathematical perspective. This article talks about the basic settings used in learning theory.&lt;/p></description></item></channel></rss>