openai / large-scale-curiosity

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

Where do you train the int_rew network? #18

Open Kunlun-Zhu opened 5 years ago

Kunlun-Zhu commented 5 years ago

I only see the Optimizer in the PPo file code, I would like to ask how do you train the int_rew netwrok?

xiaogengyaokeyan commented 3 years ago

see it in the trainer init() func