Skip to content

Instantly share code, notes, and snippets.

View vukosim's full-sized avatar

Vukosi vukosim

View GitHub Profile
{
"metadata": {
"name": "AUC Scratchboo"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@vukosim
vukosim / tiles.py
Created September 12, 2012 01:17 — forked from stober/tiles.py
Tile Coding in Python
#!/usr/bin/python
"""
Author: Jeremy M. Stober
Program: TILES.PY
Date: Monday, March 31 2008
Description: A simple CMAC implementation.
"""
import os, sys, getopt, pdb
from numpy import *