Replace readme DQN link with bolts implementation (#4841)
This commit is contained in:
parent
fb0278a457
commit
78076ea0d9
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue