[P] Evolution Strategies in Keras
Inspired by this blogpost: https://blog.openai.com/evolution-strategies/ I didn't see any projects that showed a basic example of this in Keras so I figured I'd give it a shot: https://gist.github.com/nicksam112/00e9638c0efad1adac878522cf172484 It's able to solve several gym environments such as Cartpole and BipedalWalker just by running on a single laptop CPU.