Skip to content

Instantly share code, notes, and snippets.

View LucasColas's full-sized avatar
🎯
Focusing

Lucas Colas LucasColas

🎯
Focusing
  • France
View GitHub Profile
@LucasColas
LucasColas / config
Created November 24, 2019 10:59 — forked from CodeReclaimers/config
OpenAI Gym LunarLander-v2 writeup
# neat-python configuration for the LunarLander-v2 environment on OpenAI Gym
# Sample run here: https://gym.openai.com/evaluations/eval_FbKq5MxAS9GlvB7W6ioJkg
# NOTE: This was run using revision 1186029827c156e0ff6f9b36d6847eb2aa56757a of CodeReclaimers/neat-python, not a release on PyPI.
[NEAT]
pop_size = 150
# Note: the fitness threshold will never be reached because
# we are controlling the termination ourselves based on simulation performance.
fitness_criterion = max
fitness_threshold = 1000.0