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
d0c403a6
Commit
d0c403a6
authored
May 31, 2024
by
Lenovo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
改一些描述
parent
2f041e7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
6 deletions
+18
-6
main/2048isAcyclic.tex
+2
-2
main/acyclic.tex
+6
-4
references.bib
+10
-0
No files found.
main/2048isAcyclic.tex
View file @
d0c403a6
\subsection
{
a
cyclicity of the 2048 game
}
\subsection
{
A
cyclicity of the 2048 game
}
The 2048 game consists of a 4
$
\times
$
4 grid board, totaling 16 squares.
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
At the beginning of the game, two squares are randomly filled
...
@@ -30,7 +30,7 @@ The game ends when all squares are filled, and no valid merge operations can be
...
@@ -30,7 +30,7 @@ The game ends when all squares are filled, and no valid merge operations can be
In the 2048 game, each tile has 16 potential values,
In the 2048 game, each tile has 16 potential values,
including empty
and
$
2
^
k
$
,
$
k
\in\{
1
,
2
,
3
,
\ldots
,
15
\}
$
.
including empty
, and
$
2
^
k
$
, where
$
k
\in\{
1
,
2
,
3
,
\ldots
,
15
\}
$
.
Using 4 bits to represent a tile, the game board is a 4
$
\times
$
4 matrix
Using 4 bits to represent a tile, the game board is a 4
$
\times
$
4 matrix
$
B
$
. The corresponding tile is then computed as follows:
$
B
$
. The corresponding tile is then computed as follows:
\begin{equation}
\begin{equation}
...
...
main/acyclic.tex
View file @
d0c403a6
\section
{
A
a
cyclicity of the 2048 game
}
\section
{
Acyclicity of the 2048 game
}
The purpose of this section is to prove the acyclicity of the 2048 game
The purpose of this section is to prove the acyclicity of the 2048 game
...
@@ -17,7 +17,7 @@ It is easy to see that if a Markov chain is ergodic,
...
@@ -17,7 +17,7 @@ It is easy to see that if a Markov chain is ergodic,
then it is cyclic.
then it is cyclic.
\subsection
{
Boyan chain
}
%
\subsection{Boyan chain}
...
@@ -25,7 +25,7 @@ then it is cyclic.
...
@@ -25,7 +25,7 @@ then it is cyclic.
\input
{
pic/boyanchain
}
\input
{
pic/boyanchain
}
Figure
\ref
{
boyanchain
}
shows Boyan chain.
Figure
\ref
{
boyanchain
}
shows Boyan chain
\cite
{
boyan2002technical
}
.
The transition probabilities between
The transition probabilities between
non-absorbing states are as follows:
non-absorbing states are as follows:
\[
\[
...
@@ -93,9 +93,11 @@ The $Q$ matrix (\ref{condition}) is an upper triangular matrix.
...
@@ -93,9 +93,11 @@ The $Q$ matrix (\ref{condition}) is an upper triangular matrix.
The product of two upper triangular matrices is still an upper triangular matrix.
The product of two upper triangular matrices is still an upper triangular matrix.
Furthermore, the sum of two upper triangular matrices
Furthermore, the sum of two upper triangular matrices
is still an upper triangular matrix.
is still an upper triangular matrix.
Based on Definition
\ref
{
definitionN
}
,
Based on Definition
\ref
{
definitionN
}
,
$
N
\dot
{
=
}
\sum
_{
i
=
0
}^{
\infty
}
Q
^
i
$
,
the
$
N
$
matrix is product and sum of upper triangular matrices.
the
$
N
$
matrix is product and sum of upper triangular matrices.
Then, the
$
N
$
matrix is an upper triangular matrix.
Then, the
$
N
$
matrix is an upper triangular matrix.
The claim now follows based on Definition
\ref
{
definition3
}
.
The claim now follows based on Definition
\ref
{
definition3
}
.
\end{IEEEproof}
\end{IEEEproof}
...
...
references.bib
View file @
d0c403a6
...
@@ -9,6 +9,16 @@
...
@@ -9,6 +9,16 @@
year={2019},
year={2019},
publisher={Nature Publishing Group}
publisher={Nature Publishing Group}
}
}
@article{boyan2002technical,
title={Technical update: Least-squares temporal difference learning},
author={Boyan, Justin A},
journal={Machine learning},
volume={49},
number={2-3},
pages={233--246},
year={2002},
publisher={Springer}
}
@article{pakes1969some,
@article{pakes1969some,
title={Some conditions for ergodicity and recurrence of Markov chains},
title={Some conditions for ergodicity and recurrence of Markov chains},
author={Pakes, Anthony G},
author={Pakes, Anthony G},
...
...
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