Skip to content

Instantly share code, notes, and snippets.

View Sessa93's full-sized avatar

Andrea Sessa Sessa93

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sessa93 on github.
  • I am sessa93 (https://keybase.io/sessa93) on keybase.
  • I have a public key ASD0bthvGFPDsylBGs-RLrJDyZy50plzVatlaeb05eWjbgo

To claim this, I am signing this object:

from collections import defaultdict
import math
import numpy as np
import gym
# Author Andrea Sessa
# This is a modified version of https://gym.openai.com/evaluations/eval_g0U5ZP6YQyyA6mV5fDuKg
# It uses Q-Learning in place of Temporal Difference, parameters have been tuned to achieve
# the maximum score in about 1000 less episodes