Skip to content

Instantly share code, notes, and snippets.

firefox-developer-edition
xorg-server
i3-gaps
zsh
termite
##
## Arch Linux repository mirrorlist
## Filtered by mirror score from mirror status page
## Generated on 2018-08-02
##
## Netherlands
Server = https://mirror.neostrada.nl/archlinux/$repo/os/$arch
## Canada
Server = https://muug.ca/mirror/archlinux/$repo/os/$arch
@parthsharma1996
parthsharma1996 / Get-Started.md
Last active March 21, 2017 13:40
How to get started with Reinforcement Learning
@parthsharma1996
parthsharma1996 / PongDDQN.py
Created November 19, 2016 21:41
modification of the Double Dueling DQN code by arthur juliani to make it work for Pong
#modificaton of the code from https://gist.github.com/awjuliani/fffe41519166ee41a6bd5f5ce8ae2630#file-double-dueling-dqn-tutorial-ipynb
import gym
import numpy as np
import random
import tensorflow as tf
#import matplotlib.pyplot as plt
import scipy.misc
import os
#%matplotlib inline