<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Uncategorized &#8211; Blog Sketch</title>
	<atom:link href="https://blog.ziaowang.top/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ziaowang.top</link>
	<description></description>
	<lastBuildDate>Sat, 11 Jul 2026 21:41:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.6</generator>
	<item>
		<title>LLM + RLHF = Chat Agent</title>
		<link>https://blog.ziaowang.top/2024/06/16/llm-rlhf-chat-agent/</link>
					<comments>https://blog.ziaowang.top/2024/06/16/llm-rlhf-chat-agent/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Sun, 16 Jun 2024 03:28:16 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Chat Agent]]></category>
		<category><![CDATA[OpenAI]]></category>
		<category><![CDATA[RLHF]]></category>
		<guid isPermaLink="false">http://localhost/mysite/?p=1344</guid>

					<description><![CDATA[<p>Large-Scale Language Model + Reinforcement learning from human feedback = Helpful Chat Agent</p>



<h3 class="wp-block-heading">回顾 OpenAI GPT 的规模升级之路</h3>



<p>在对话智能体应用大火的今天，回顾第一个杀手级应用 ChatGPT 被研发出来之前经历的事情格外有趣。从其创造者&#8230;</p>]]></description>
										<content:encoded><![CDATA[<p>Large-Scale Language Model + Reinforcement learning from human feedback = Helpful Chat Agent</p>



<h3 class="wp-block-heading">回顾 OpenAI GPT 的规模升级之路</h3>



<p>在对话智能体应用大火的今天，回顾第一个杀手级应用 ChatGPT 被研发出来之前经历的事情格外有趣。从其创造者&hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2024/06/16/llm-rlhf-chat-agent/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>棋盘游戏智能体：从蒙特卡洛树搜索到AlphaGo</title>
		<link>https://blog.ziaowang.top/2024/06/11/monte-carlo-tree-search-alphago/</link>
					<comments>https://blog.ziaowang.top/2024/06/11/monte-carlo-tree-search-alphago/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Tue, 11 Jun 2024 04:59:28 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[AlphaGo]]></category>
		<category><![CDATA[MCTS]]></category>
		<category><![CDATA[Q learning]]></category>
		<category><![CDATA[RL]]></category>
		<guid isPermaLink="false">http://localhost/mysite/?p=1260</guid>

					<description><![CDATA[<h3 class="wp-block-heading">棋盘游戏 vs 街机游戏</h3>



<p>智能体行动的环境，很多都可以归入如下两类：</p>



<ul class="wp-block-list">
<li>一类是两方博弈的棋盘游戏，不包含随机性，胜负可以由棋盘上的状态一眼看出，比如围棋、象棋；</li>



<li>另一类是智能体适应/对抗环境的“街机游戏”，可能包含随机性，得分可能不是最终状态的函数，而是每一步行动奖励的过程积累，例子包括典型的强化学习测试环境，包括</li></ul>&#8230;]]></description>
										<content:encoded><![CDATA[<h3 class="wp-block-heading">棋盘游戏 vs 街机游戏</h3>



<p>智能体行动的环境，很多都可以归入如下两类：</p>



<ul class="wp-block-list">
<li>一类是两方博弈的棋盘游戏，不包含随机性，胜负可以由棋盘上的状态一眼看出，比如围棋、象棋；</li>



<li>另一类是智能体适应/对抗环境的“街机游戏”，可能包含随机性，得分可能不是最终状态的函数，而是每一步行动奖励的过程积累，例子包括典型的强化学习测试环境，包括</li></ul>&hellip;]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2024/06/11/monte-carlo-tree-search-alphago/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>计算机中图像的捕捉、存储与显示</title>
		<link>https://blog.ziaowang.top/2024/03/15/cg-hdr-tone-mapping/</link>
					<comments>https://blog.ziaowang.top/2024/03/15/cg-hdr-tone-mapping/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Fri, 15 Mar 2024 07:20:09 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Graphics]]></category>
		<guid isPermaLink="false">https://blog.ziaowang.top/?p=1179</guid>

					<description><![CDATA[<p>计算机处理的图像，有的是抽象的图形，有的则是力求刻画或模拟现实世界的的照片。这里讨论后一种图像。</p>



<h2 class="wp-block-heading">度量光线，度量视觉</h2>



<p>可见光作为一种电磁辐射，可以套用很多物理量来度量，这些物理量及单位如下：</p>



<ol class="wp-block-list">
<li>辐射功率（Power, W）</li>



<li>辐射强度（Radiant Intensity, W*sr{-1}），衡量单位立体角的辐射功率</li></ol>&#8230;]]></description>
										<content:encoded><![CDATA[<p>计算机处理的图像，有的是抽象的图形，有的则是力求刻画或模拟现实世界的的照片。这里讨论后一种图像。</p>



<h2 class="wp-block-heading">度量光线，度量视觉</h2>



<p>可见光作为一种电磁辐射，可以套用很多物理量来度量，这些物理量及单位如下：</p>



<ol class="wp-block-list">
<li>辐射功率（Power, W）</li>



<li>辐射强度（Radiant Intensity, W*sr{-1}），衡量单位立体角的辐射功率</li></ol>&hellip;]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2024/03/15/cg-hdr-tone-mapping/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>浅谈 Wiki 系统、Wiki 站点和 Wikipedia</title>
		<link>https://blog.ziaowang.top/2024/03/06/intro_wiki/</link>
					<comments>https://blog.ziaowang.top/2024/03/06/intro_wiki/#respond</comments>
		
		<dc:creator><![CDATA[wponaws]]></dc:creator>
		<pubDate>Wed, 06 Mar 2024 01:01:11 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">https://blog.ziaowang.top/?p=1170</guid>

					<description><![CDATA[<p>一般情况下，维基百科是一个相对高效、可靠的信息来源——作为一个任何人都可以编辑的系统，是什么保证了它的信息不被严重污染？除了维基百科之外，也有很多其它的维基存在，它们的背后是怎样的技术和社群？</p>



<h2 class="wp-block-heading">Wiki 系统</h2>



<p>wiki系统是1995年出现的一种内容管理系统，通常表现为由用户协同编辑其内容的网站。个人的纸质或数字笔记不是wiki（单人编辑，且不能通过浏览器访问），个人博客不是wiki（单人编辑），只有做到多人协同编辑且能够通过浏览器访问才是严格意义上的wiki。&#8230;</p>]]></description>
										<content:encoded><![CDATA[<p>一般情况下，维基百科是一个相对高效、可靠的信息来源——作为一个任何人都可以编辑的系统，是什么保证了它的信息不被严重污染？除了维基百科之外，也有很多其它的维基存在，它们的背后是怎样的技术和社群？</p>



<h2 class="wp-block-heading">Wiki 系统</h2>



<p>wiki系统是1995年出现的一种内容管理系统，通常表现为由用户协同编辑其内容的网站。个人的纸质或数字笔记不是wiki（单人编辑，且不能通过浏览器访问），个人博客不是wiki（单人编辑），只有做到多人协同编辑且能够通过浏览器访问才是严格意义上的wiki。&hellip;</p>]]></content:encoded>
					
					<wfw:commentRss>https://blog.ziaowang.top/2024/03/06/intro_wiki/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
