From 41934b3e5d247fd9cf0b4dca41802d8b242fb34c Mon Sep 17 00:00:00 2001
From: Petros Christodoulou
Date: Wed, 23 Aug 2023 20:02:51 +0100
Subject: [PATCH 1/2] Update README.md
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 017e3c8b..70dd0641 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,7 @@
This repository contains PyTorch implementations of deep reinforcement learning algorithms and environments.
-(To help you remember things you learn about machine learning in general write them in [Save All](https://saveall.ai/shared/deck/140&4&3K3uXPazkg4&github_links) and try out the public deck there about Fast AI's machine learning textbook.)
-
+(To help you remember things you learn about machine learning in general write them in [Gizmo](https://gizmo.ai)
## **Algorithms Implemented**
1. *Deep Q Learning (DQN)* ([Mnih et al. 2013](https://arxiv.org/pdf/1312.5602.pdf))
From 4835bac8557fdacff1735eca004e35ea5a4b7443 Mon Sep 17 00:00:00 2001
From: Petros Christodoulou
Date: Wed, 23 Aug 2023 20:03:14 +0100
Subject: [PATCH 2/2] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 70dd0641..8fb8eb88 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
This repository contains PyTorch implementations of deep reinforcement learning algorithms and environments.
-(To help you remember things you learn about machine learning in general write them in [Gizmo](https://gizmo.ai)
+(To help you remember things you learn about machine learning in general write them in [Gizmo](https://gizmo.ai))
## **Algorithms Implemented**
1. *Deep Q Learning (DQN)* ([Mnih et al. 2013](https://arxiv.org/pdf/1312.5602.pdf))