Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View MaxwellRebo's full-sized avatar

Maxwell Rebo MaxwellRebo

View GitHub Profile
@MaxwellRebo
MaxwellRebo / keras_es.py
Created July 27, 2017 16:08 — forked from nicksam112/keras_es.py
Evolution Strategies with Keras
#Evolution Strategies with Keras
#Based off of: https://blog.openai.com/evolution-strategies/
#Implementation by: Nicholas Samoray
#README
#Meant to be run on a single machine
#APPLY_BIAS is currently not working, keep to False
#Solves Cartpole as-is in about 50 episodes
#Solves BipedalWalker-v2 in about 1000