Open cn3c3p opened 7 years ago
HI @cn3c3p What filename are you talking about ?
It is simple_es.py
How about if you use Proximal Policy Optimization instead of EC?
I haven't used it yet. I'm testing RL algos now. I tested ES as a scalable alternative for RL but the results wasn't good
How about if you use A3C instead of EC?
I'm going to use it after finished working with RL algos in keras-rl
https://github.com/Mr4k/AI-Final-Project above ES,i test very good for you reference.
Hi alifanov, Thanks for giving out your code, it's a very good example. I try to train simple-EC , But I feel very slowly . Doesn't it take into account more CPU to train EC by synchronous ? Thanks!