seungeunrho / minimalRL

Implementations of basic RL algorithms with minimal lines of codes! (pytorch based)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add minimal IMPALA?

meadewaking opened this issue · comments

Hello,

its a fantastic job and really helpful for me! Is it possible to add IMPALA by revamp A3C?
IMPALA is more efficient than A2C and A3C,all the code I find in github for that is detailed and complicated

Sorry for laaaaate response.
Just added vtrace.py which is a core update algorithm in IMPALA.
If you want to use IMPALA, just add some asynchronous executions to it.

thank you!!!!
that's help me a lot