mirror of
https://github.com/labmlai/annotated_deep_learning_paper_implementations.git
synced 2025-11-03 05:46:16 +08:00
dqn experiment link
This commit is contained in:
@ -10,7 +10,7 @@ This experiment trains a Deep Q Network (DQN) to play Atari Breakout game on Ope
|
||||
It runs the [game environments on multiple processes](../game.html) to sample efficiently.
|
||||
|
||||
[](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/rl/dqn/experiment.ipynb)
|
||||
[](https://app.labml.ai/run/a0da8048235511ecb9affd797fa27714)
|
||||
[](https://app.labml.ai/run/fe1ad986237511ec86e8b763a2d3f710)
|
||||
"""
|
||||
|
||||
import numpy as np
|
||||
|
||||
Reference in New Issue
Block a user