Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 229 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 229 Bytes

Deep Exploration via Bootstrapped DQN

Ian Osband, Charles Blundell, Alexander Pritzel, Benjamin Van Roy

Usage

nn.Bootstrap(nn.Linear(size_in, size_out), 10, 0.08)

Implemented by Yannis M. Assael (www.yannisassael.com)