-
Notifications
You must be signed in to change notification settings - Fork 49
Usage issues #30
Description
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.