Path Tracing Lab 2 Note 碎碎念:个把月前写完的东西,拖到今天才补报告 Overview 在 Lab 1 的基础上,把球体换成了三角形描述的面,把灰度换成了 RGB,顺便写了个 CubeCreator(sb玩意) Notes 其实也没啥可写的,颜色问题只是换汤不换药,三角形面的 ...
分类:
其他好文 时间:
2021-01-28 12:23:57
阅读次数:
0
DynamoDB supports two types of primary keys: Partition key: A simple primary key, composed of one attribute known as the partition key. Attributes in ...
分类:
其他好文 时间:
2021-01-19 12:30:09
阅读次数:
0
【导语】:在深度强化学习第四篇中,讲了Policy Gradient的理论。通过最终推导得到的公式,本文用PyTorch简单实现以下,并且尽可能搞清楚torch.distribution的使用方法。代码参考了LeeDeepRl-Notes中的实现。 1. 复习 \[ \theta \leftarro ...
分类:
其他好文 时间:
2021-01-16 12:16:36
阅读次数:
0
https://www.jianshu.com/p/ced2793bfde4?utm_campaign=maleskine&utm_content=note&utm_medium=seo_notes&utm_source=recommendation ...
分类:
其他好文 时间:
2021-01-12 11:23:38
阅读次数:
0
Highlights: Solve the complexities of write Redux (actions, reducers, selector...middleware...) Solve the immutable pattern with nested spread operato ...
分类:
其他好文 时间:
2021-01-06 11:43:35
阅读次数:
0
## 查该钱包的所有订单 状态。./lotus-miner storage-deals list | grep '钱包' ## 查没出去的消息。加 |wc -l 数数量./lotus mpool pending --local | jq -c .|wc -l ## 创建软raidmdadm -C - ...
分类:
其他好文 时间:
2020-12-30 11:37:23
阅读次数:
0
本文详细讲解了 Gitbook 生成电子书的完整过程,内容包括:安装、命令、配置、文档结构、生成电子书、部署。 限于篇幅,本文不介绍任何 Gitbook 定制化页面的内容。 想看看 Gitbook 在线电子书效果,请猛戳这里:gitbook-notes 概述 GitBook 是使用 GitHub / ...
分类:
其他好文 时间:
2020-12-30 10:56:50
阅读次数:
0
How to address an academic presentation This small piece of note is based on the EFES class of UoG and the video. The question lying here is not how g ...
分类:
其他好文 时间:
2020-12-30 10:25:37
阅读次数:
0
1.家庭记账本 package main import "fmt" func main() { key:=""; loop:=true; detail:="收支\t账户余额\t收支金额\t说明"; money:=0.0; banacle:=1000.00; notes:=""; details:=" ...
分类:
其他好文 时间:
2020-12-04 11:17:18
阅读次数:
7
"The Travel Notes of CSP-2020"——HELLO!THE WIDER WORLD! ...
分类:
其他好文 时间:
2020-11-08 17:57:21
阅读次数:
49