From 24102ea1d4083d9fe39a927e5bcfed0a85ccff57 Mon Sep 17 00:00:00 2001 From: supersjgk <75927878+supersjgk@users.noreply.github.com> Date: Fri, 5 Jan 2024 00:09:06 -0600 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6036239..5f5105c 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ ### Files * FrozenLake_Q-learning_Gym.ipynb: Adapted and updated from [here](https://github.com/simoninithomas/Deep_reinforcement_learning_Course/blob/master/Q%20learning/FrozenLake/Q%20Learning%20with%20FrozenLake.ipynb). This file implements Q-learning and epsilon greedy strategy. - ![Results](https://github.com/supersjgk/Reinforcement_Learning/assets/75927878/51cc1be9-b233-404b-a1db-6418e6efba46) + ![Results](https://github.com/supersjgk/Reinforcement_Learning/assets/75927878/22f34a6e-98e5-403b-8ff5-3fe0e73dfcfc) + +