Skip to content

Instantly share code, notes, and snippets.

View kfaRabi's full-sized avatar

Kazi Fozle Azim Rabi kfaRabi

  • Saarbrücken, Germany
View GitHub Profile
@kfaRabi
kfaRabi / frozenLake_v0_using_qLearning.py
Created August 18, 2017 10:31
FrozenLake-v0 solution using Q-Learning without any discount.
import matplotlib
import numpy as np
import sys
import os
from collections import defaultdict
import gym
cwd = os.getcwd()
gymPath = cwd[:cwd.find("gym") + len("gym")]
# print gymPath

JavaScript, the weird parts

link to notes https://git.io/vgpKc

about Sher Minn

  • front-end web engineer
  • funemployed, but joining Viki.com in a week
  • recently spent 3 months in NYC at the Recurse Center
    • retreat for programmers
  • where people go to be better at what they do