dqn experiment

This commit is contained in:
Varuna Jayasiri
2021-10-02 14:14:26 +05:30
parent 8d1be06af5
commit ec9a58c658
10 changed files with 527 additions and 387 deletions

View File

@ -5,6 +5,9 @@ summary: Implementation of neural network model for Deep Q Network (DQN).
---
# Deep Q Network (DQN) Model
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/labmlai/annotated_deep_learning_paper_implementations/blob/master/labml_nn/rl/dqn/experiment.ipynb)
[![View Run](https://img.shields.io/badge/labml-experiment-brightgreen)](https://app.labml.ai/run/a0da8048235511ecb9affd797fa27714)
"""
import torch