openai / large-scale-curiosity

Code for the paper "Large-Scale Study of Curiosity-Driven Learning"
https://arxiv.org/abs/1808.04355
802 stars 180 forks source link

Which Super Mario Bros environment used? #1

Closed seungjaeryanlee closed 5 years ago

seungjaeryanlee commented 6 years ago

I want to analyze how learned features and random features compare in transfer learning throughout Super Mario Bros environments. Are the environments the same as those in the noreward-rl repository?

simoninithomas commented 6 years ago

Hi, In the paper they talk about Super Mario Bros on NES, but instead of the 2017 version, this time they use openai retro to run it.

seungjaeryanlee commented 6 years ago

Thank you for the response. I guess they built it from source then! (https://github.com/openai/retro/issues/61) Hope I have better luck this time.

yburda commented 5 years ago

Confirming that we used SuperMarioBros-Nes environment in gym retro.