MSRDL / baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MIT License
0 stars 0 forks source link

Add Bootstrapped DQN #6

Open zer0n opened 6 years ago

zer0n commented 6 years ago

Paper

Tensorflow Implementation: https://github.com/rrmenon10/Bootstrapped-DQN

zer0n commented 6 years ago

Besides the baseline comparison purpose, we can also use this algorithm as a way to learn the model-free V function with uncertainty estimate.