From 78076ea0d99e4ba1f76a7992b7090812258c0d4d Mon Sep 17 00:00:00 2001 From: edenlightning <66261195+edenlightning@users.noreply.github.com> Date: Tue, 24 Nov 2020 17:45:25 -0500 Subject: [PATCH] Replace readme DQN link with bolts implementation (#4841) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91e9b6e73a..6b730a9a9e 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ class LitAutoEncoder(pl.LightningModule): ###### Reinforcement Learning -[DQN](https://colab.research.google.com/drive/1F_RNcHzTfFuQf-LeKvSlud6x7jXYkG31#scrollTo=NWvMLBDySQI5) +[DQN](https://pytorch-lightning-bolts.readthedocs.io/en/latest/reinforce_learn.html?highlight=dqn#dqn-models) [Dueling-DQN](https://pytorch-lightning-bolts.readthedocs.io/en/latest/reinforce_learn.html#dueling-dqn) [Reinforce](https://pytorch-lightning-bolts.readthedocs.io/en/latest/reinforce_learn.html#reinforce)