Skip to content

Commit 3455e39

Browse files
committed
change username
1 parent 06dcefc commit 3455e39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reinforcement Learning Cheat Sheet
22

3-
Some important concepts and algorithms in RL, all summarized in one place. PDF file is also available [here](https://alexandrethm.github.io/assets/pdf/rl-cheatsheet.pdf).
3+
Some important concepts and algorithms in RL, all summarized in one place. PDF file is also available [here](https://alxthm.com/assets/pdf/rl-cheatsheet.pdf).
44

55
## Contents
66

@@ -28,7 +28,7 @@ If you find any typo or error, feel free to raise an issue.
2828
If you would like to contribute to the code and make changes directly (e.g. adding algorithms, adding a new section, etc), you should start by cloning the repository.
2929

3030
```
31-
git clone https://github.com/alexandrethm/rl-cheatsheet.git
31+
git clone https://github.com/alxthm/rl-cheatsheet.git
3232
```
3333

3434
### Work locally

main.pdf

-880 Bytes
Binary file not shown.

main.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
\title{\Large{Reinforcement Learning Cheat Sheet}}
66
\author{
7-
\url{https://github.com/alexandrethm/rl-cheatsheet}
7+
\url{https://github.com/alxthm/rl-cheatsheet}
88
}
99

1010
\begin{document}

0 commit comments

Comments
 (0)