Skip to content

Instantly share code, notes, and snippets.

To replicate my evaluation result for Taxi-v0, do the following in order:
Import Libraries:
import the gym library
import the sys library
import the random library
Set constants:
Set the current episode count to zero
Set gamma to .15
@patrickthompson
patrickthompson / README.md
Last active February 29, 2016 18:18
discrete-cubism.js

discrete-cubism.js

This is a version of cubism.js written by Patrick Thompson to use cubism tracking for discrete events that occur in real time.

Cubism is a library written by Mike Bostock.

For more information about cubism.js go here.