openai / universe-starter-agent

A starter agent that can solve a number of universe environments.
MIT License
1.1k stars 318 forks source link

Where does the initializer come from in a3c? #132

Closed zhengsx closed 6 years ago

zhengsx commented 6 years ago

Hi,

I found some initializers in the model.py (1 2 3). It's not very clearly for me where these values come from and I also can't find it in the original a3c paper. Could you please explain these values and are they suitable for other atari-games? Or do I need to tuning it for different atari-games? Also the original references are very welcome, thank you very much.

Thanks.