alifanov / algotrading

8 stars 6 forks source link

Training EC Slowly ? #1

Open cn3c3p opened 7 years ago

cn3c3p commented 7 years ago

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!

alifanov commented 7 years ago

HI @cn3c3p What filename are you talking about ?

cn3c3p commented 7 years ago

It is simple_es.py
How about if you use Proximal Policy Optimization instead of EC?

alifanov commented 7 years ago

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

cn3c3p commented 7 years ago

How about if you use A3C instead of EC?

alifanov commented 7 years ago

I'm going to use it after finished working with RL algos in keras-rl

cn3c3p commented 6 years ago

https://github.com/Mr4k/AI-Final-Project above ES,i test very good for you reference.