openai / vime

Code for the paper "Curiosity-driven Exploration in Deep Reinforcement Learning via Bayesian Neural Networks"
https://arxiv.org/abs/1605.09674
342 stars 90 forks source link

What's the difference between run_trpo.py and run_trpo_expl.py? #4

Open gd-zhang opened 6 years ago

gd-zhang commented 6 years ago

If I understand right, run_trpo_expl.py is trpo + vime, so run_trpo is trpo w/o vime?