Skip to content

Instantly share code, notes, and snippets.

View tab0r's full-sized avatar

tab0r tab0r

View GitHub Profile
@tab0r
tab0r / CATCH_Keras_RL.md
Created May 11, 2017 18:12 — forked from EderSantana/CATCH_Keras_RL.md
Keras plays catch - a single file Reinforcement Learning example
@tab0r
tab0r / bb8.py
Created April 22, 2017 17:51 — forked from ali1234/bb8.py
Control Sphero BB-8 from Linux.
#!/usr/bin/env python
# BB-8 Python driver by Alistair Buxton <[email protected]>
from bluepy import btle
import time
class BB8(btle.DefaultDelegate):
def __init__(self, deviceAddress):