miyosuda / unreal

Reinforcement learning with unsupervised auxiliary tasks
Other
416 stars 130 forks source link

Base Process Questions #25

Closed kkhetarpal closed 6 years ago

kkhetarpal commented 6 years ago

Hi @miyosuda

thanks a lot for your code. I was wondering how would decreasing local_tmax impact the base process and learning?

Currently, the code uses 20-time steps inside the base process, and hence the for loops goes for 20 steps. I want to speed up the code - would reducing the local_tmax help?

How can we speed up the learning according to you? Thanks a lot for your inputs.