es_pytorch icon indicating copy to clipboard operation
es_pytorch copied to clipboard

High performance implementation of Deep neuroevolution in pytorch using mpi4py. Intended for use on HPC clusters

Results 7 es_pytorch issues
Sort by recently updated
recently updated
newest added
trafficstars

- When an individual becomes stuck, reset params to the best performer seen yet

enhancement

- Try both types of recombination as a means to _reset_ the params and explore a different area

enhancement

- Self adaptive theta as seen in Evolutionary strategies a comprehensive introduction - Use multiple different theta values for each noise ind. This allows one to search along the trajectory...

enhancement

From testing novelty search seems to be doing as it is programmed, but in practice it performs poorly. Options: - [x] compare to openai's method of calculating the novelty metric...

bug

Move params in direction of best ever reward. Needs to be done with population

enhancement

* Use a temperature param that decreases over time to control the size of the noise - similar to epsilon greedy

enhancement