[Paper][RL][Nature 2018] AlphaGo Zero: 无需监督学习的AlphaGo
Nature 2018 - Mastering the game of Go without Human Knowledge
阅读更多Nature 2018 - Mastering the game of Go without Human Knowledge
阅读更多为什么实时光线追踪需要降噪;联合双边降噪(附代码和结果);Deferred Hybrid Ray Tracing;Edge-Avoiding À-Trous Wavelet 复现
阅读更多
[C++][标准库源码] sort ———— 性能极致的排序算法
C++文章目录
结课证书 - 闫令琪 高性能实时渲染
[算法] 平方根倒数速算法中的魔数0x5f3759df的来源
实时光线追踪 联合双边滤波 单帧降噪
强化学习目录
[Paper][RL][Nature 2018] AlphaGo Zero: 无需监督学习的AlphaGo
[Paper][RL][Nature 2016] AlphaGo: Deep RL 与 Tree Search 的成功结合
[Paper][RL][AAAI 2018] Rainbow
[Paper][RL][ICML 2017] Distributional RL
[Paper][RL][ICML 2016] Dueling DQN
[Paper][RL][AAAI 2016] Double DQN
[Paper][RL][ICLR 2016] Prioritized Experience Replay
[Paper][RL][ICML 2016] A3C
[Paper][RL][Nature 2015] DQN论文笔记 及 实现
[强化学习][python] 在 tic-tac-toe 上实现 蒙特卡洛搜索树 MCTS 算法
[C++][标准库] 随机数的生成方式、性能对比、mingw的问题
GAMES202作业2旋转部分
[C++][标准库] 完美转发 = 引用折叠 + 万能引用 + std::forward