Skip to content

Instantly share code, notes, and snippets.

View MorvanZhou's full-sized avatar
🎯
Focusing

Morvan MorvanZhou

🎯
Focusing
View GitHub Profile
"""
The DQN improvement: Prioritized Experience Replay (based on https://arxiv.org/abs/1511.05952)
View more on 莫烦Python: https://morvanzhou.github.io/tutorials/
Using:
Tensorflow: 1.0
"""
import numpy as np
import tensorflow as tf