openai / retro-contest

OpenAI Retro Contest
https://contest.openai.com/
MIT License
65 stars 50 forks source link

Access to data.json? #20

Closed decoderkurt closed 6 years ago

decoderkurt commented 6 years ago

Can I access sonic info from data.json in a retro-contest agent? I found the info was not synced from server channel.

decoderkurt commented 6 years ago

I got Info null as step return values. Is there any way to get info dictionary?

decoderkurt commented 6 years ago

I think it is not allowed to use info while testing.

During training you can access a few variables from the memory of the game through the info dictionary. During testing, these variables are not available