You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem while using the example program, and I'm not sure if it's due to my incorrect usage because I'm not very good at using Python.
First,I followed the steps in readme and I tried to run the example program on VS code.I downloaded the data from rl-benchmark-data,but when I open the 'atari_200m_scores.npy' and fill the content behind the ‘atari_200m_normalized_score_dict = ’,there are always errors reported.Do I need to human normalize the scores manually first?As I found that there is not a file named 'atari_200m_normalized_score.npy' and the amount of data in 'atari_200m_scores.npy' are very large.Or you can give me an example content to fill behind it,so that I can learn how it works.
I know this problems may seem very basic, but it is indeed difficult for me to solve.Thank you for your time and I look forward to your response.
The text was updated successfully, but these errors were encountered:
a basic usage question
I encountered a problem while using the example program, and I'm not sure if it's due to my incorrect usage because I'm not very good at using Python.
First,I followed the steps in readme and I tried to run the example program on VS code.I downloaded the data from rl-benchmark-data,but when I open the 'atari_200m_scores.npy' and fill the content behind the ‘atari_200m_normalized_score_dict = ’,there are always errors reported.Do I need to human normalize the scores manually first?As I found that there is not a file named 'atari_200m_normalized_score.npy' and the amount of data in 'atari_200m_scores.npy' are very large.Or you can give me an example content to fill behind it,so that I can learn how it works.
I know this problems may seem very basic, but it is indeed difficult for me to solve.Thank you for your time and I look forward to your response.
The text was updated successfully, but these errors were encountered: