openai / random-network-distillation

Code for the paper "Exploration by Random Network Distillation"
https://openai.com/blog/reinforcement-learning-with-prediction-based-rewards/
881 stars 160 forks source link

AttributeError: module 'baselines.logger' has no attribute 'ProfileKV' #24

Open fuxianh opened 4 years ago

fuxianh commented 4 years ago

Hi, when I try to run the run_atari.py as guided by the Readme file, an error occur:AttributeError: module 'baselines.logger' has no attribute 'ProfileKV'.

illumidas-agn commented 4 years ago

ProfileKV has been updated. If you go over to the baselines github and look at the logger file, its been renamed to "profile_kv"