evolution-strategies-starter
evolution-strategies-starter copied to clipboard
non-EC2 version?
Thank you very much for this great job! I was wondering if there exists a local version of this implementation that doesn't need EC2 to run. It would make it way easier for research purposes. Thanks again!
@bshahsavari I tried my best at a local version, but it's in Golang 🙁. Local versions will probably be popping up elsewhere soon enough
Here's a version which runs in Docker containers or on Kubernetes - https://github.com/gregretkowski/kube-es-starter - local in the sense that it'll run if you have docker locally.