sebastianrisi / ga-world-models

MIT License
20 stars 3 forks source link

Code release? #1

Closed maximecb closed 3 years ago

maximecb commented 5 years ago

I've read your paper on deep neuroevolution and found it very interesting.

A few basic questions:

sebastianrisi commented 5 years ago

Hi, glad you found the paper interesting! The code is now online. It's implemented in Pytorch and we used a machine with 32 virtual CPU cores.

We used one trick to speed up evolution, which we also detail in the paper: evaluations are terminated early if the car drives outside of the track for a certain number of timesteps.

sebastianrisi commented 3 years ago

Code released.