Skip to content

Instantly share code, notes, and snippets.

View bcrafton's full-sized avatar

Brian Crafton bcrafton

View GitHub Profile
@lmclupr
lmclupr / race-car-CV2-NN-network-TD0-15-possible-actions.ipynb
Created August 30, 2017 18:18
Python notebook for the Box2D Race car reinforce learning problem.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jarutis
jarutis / ubuntu.sh
Last active November 9, 2020 09:01
Theano and Keras setup on ubuntu with OpenCL on AMD card
## install Catalyst proprietary
sudo ntfsfix /dev/sda2
sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.BAK
sudo apt-get remove --purge fglrx*
sudo apt-get install linux-headers-generic
sudo apt-get install fglrx xvba-va-driver libva-glx1 libva-egl1 vainfo
sudo amdconfig --initial
## install build essentials
sudo apt-get install cmake