-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Description
In atari_wrappers.py (specifically, the wrap_deepmind function all the way at the bottom), the docstring says that that function configures the environment for "DeepMind-style Atari".
I was curious if anyone can provide me with a reference to any DeepMind paper mentioning that they do in fact use functionality as implemented by the FireResetEnv wrapper? I was able to find mentions of the functionality implemented by all the other wrappers applied in that function (and also the ones in the make_atari function above) in various DeepMind papers (such as the Mnih et al. (2015) DQN Nature paper), but was unable to find any text resembling the functionality of the FireResetEnv.
It may just be a minor detail, but I do think it's important to be precise with this kind of stuff for the sake of reproducibility.