Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
2
20240414IEEETG
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
XingguoChen
20240414IEEETG
Commits
ec700129
Commit
ec700129
authored
May 31, 2024
by
Lenovo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
acyclic
parent
cded4336
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
24 deletions
+4
-24
main/2048isAcyclic.tex
+4
-24
No files found.
main/2048isAcyclic.tex
View file @
ec700129
\section
{
Non-ergod
icity of the 2048 game
}
\section
{
Aacycl
icity of the 2048 game
}
The purpose of this section is to prove the
non-ergod
icity of the 2048 game
The purpose of this section is to prove the
acycl
icity of the 2048 game
and give some discussions.
\subsection
{
Non-ergod
icity of the 2048 game
}
\subsection
{
acycl
icity of the 2048 game
}
The 2048 game consists of a 4
$
\times
$
4 grid board, totaling 16 squares.
At the beginning of the game, two squares are randomly filled
...
...
@@ -24,7 +24,7 @@ The game ends when all squares are filled, and no valid merge operations can be
\begin{theorem}
2048 game is
non-ergod
ic between non-absorbing states.
2048 game is
acycl
ic between non-absorbing states.
\end{theorem}
\begin{IEEEproof}
To apply Theorem
\ref
{
judgmentTheorem
}
, what we need
...
...
@@ -99,26 +99,6 @@ the claim follows by applying Theorem \ref{judgmentTheorem}.
\subsection
{
Discussions
}
行为策略采样
$
\langle
s
_
t,a
_
t,r
_{
t
+
1
}
,a
_{
t
+
1
}
,s
_{
t
+
1
}
\rangle
$
,对应的特征
$
\langle
\phi
_
t,r
_{
t
+
1
}
,
\phi
_{
t
+
1
}
\rangle
$
目标策略采样
$
\langle
s
_
t,a
_
t,r
_{
t
+
1
}
,a',s
_{
t
+
1
}
\rangle
$
,对应的特征
$
\langle
\phi
_
t,r
_{
t
+
1
}
,
\phi
'
\rangle
$
\begin{equation}
\theta
_{
t+1
}
=
\theta
_
t+
\alpha
F
_
t (
\rho
_
tR
_
t+
\gamma
\theta
_
t
^{
\top
}
\phi
_
t'-
\theta
_
t
^{
\top
}
\phi
_
t-
\mathbb
{
E
}_{
\pi
}
[
\delta
])
\phi
_
t
\end{equation}
写的简单点是这样
\begin{equation}
\theta
_{
t+1
}
=
\theta
_
t+
\alpha
F
_
t
\rho
_
t(
\delta
_
t-
\mathbb
{
E
}_{
\mu
}
[
\rho
_
t
\delta
_
t])
\phi
_
t,
\end{equation}
where
$
\delta
_
t
=
R
_
t
+
\gamma
\theta
_
t
^{
\top
}
\phi
_{
t
+
1
}
-
\theta
_
t
^{
\top
}
\phi
_
t
$
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment