Skip to content

Instantly share code, notes, and snippets.

View pablocastilla's full-sized avatar

Pablo Castilla pablocastilla

View GitHub Profile
@pablocastilla
pablocastilla / OpenAIGym-LunaLander-Evolutionary-Parallel.py
Last active June 20, 2017 20:36
Evolutionary resolution of lunar lander v2
## Evolutionary resolution of lunar lander v2
import gym
from gym import wrappers
import numpy as np
import concurrent.futures
import logging
import threading