From 1b6cff0368738ace015deafb42ab2cdba3fdad50 Mon Sep 17 00:00:00 2001 From: Aqwam Harish Aiman <67371914+AqwamCreates@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:15:33 +0800 Subject: [PATCH] Update DeepQLearning.md --- docs/API/Models/DeepQLearning.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/API/Models/DeepQLearning.md b/docs/API/Models/DeepQLearning.md index 0ac77cf5..c4a82eb6 100644 --- a/docs/API/Models/DeepQLearning.md +++ b/docs/API/Models/DeepQLearning.md @@ -42,6 +42,4 @@ DeepQLearning:setParameters(discountFactor: number) * [Reinforcement Learning with Neural Network](https://www.baeldung.com/cs/reinforcement-learning-neural-network) -* [Deep Q Networks (DQN) in Python From Scratch by Using OpenAI Gym and TensorFlow- Reinforcement Learning Tutorial](https://aleksandarhaber.com/deep-q-networks-dqn-in-python-from-scratch-by-using-openai-gym-and-tensorflow-reinforcement-learning-tutorial/) - * [Reinforcement Q-Learning from Scratch in Python with OpenAI Gym](https://www.learndatasci.com/tutorials/reinforcement-q-learning-scratch-python-openai-gym/)