Skip to content

sash-a/ScalableES.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scalable Evolution Strategies

Implementation of OpenAI's ES in julia using the native threads package and MPI. Based on two papers by uber AI labs here and here.
This was created because my python implementation was too slow, some very informal testing suggest that this repo is at least 10x faster on 8 cores.

How to run

Example of how to run in scripts/runner.jl:

julia --project -t 8 scripts/runner.jl

Releases

No releases published

Packages

No packages published

Languages