Distributed Natutal Evolution Strategies build with pytorch and ray. This project was created because there were no simple distributed evolution strategies implementations I could find. The project's goal is to be minimalistic (simple to understand) and modular (easy to implement your own strategy).
- Pytorch
- Numpy
- Ray
- OpenAI Gym
- Fork it! Star it?
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Jorge Ceja - Initial work - Account