- PyTorch 1.x Reinforcement Learning Cookbook
- Yuxi (Hayden) Liu
- 164字
- 2021-06-24 12:34:35
Conventions used
There are a number of text conventions used throughout this book.
CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "By saying empty, it doesn't mean all elements have a value of Null."
A block of code is set as follows:
>>> def random_policy():
... action = torch.multinomial(torch.ones(n_action), 1).item()
... return action
Any command-line input or output is written as follows:
conda install pytorch torchvision -c pytorch
Bold: Indicates a new term, an important word, or words that you see onscreen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "This approach is called random search, since the weight is randomly picked in each trial with the hope that the best weight will be found with a large number of trials."
Warnings or important notes appear like this.
Tips and tricks appear like this.
推薦閱讀
- 繪制進(jìn)程圖:可視化D++語言(第1冊(cè))
- 課課通計(jì)算機(jī)原理
- 電氣自動(dòng)化專業(yè)英語(第3版)
- 樂高機(jī)器人EV3設(shè)計(jì)指南:創(chuàng)造者的搭建邏輯
- Hadoop 2.x Administration Cookbook
- 教父母學(xué)會(huì)上網(wǎng)
- Zabbix Network Monitoring(Second Edition)
- 21天學(xué)通ASP.NET
- JSF2和RichFaces4使用指南
- 學(xué)會(huì)VBA,菜鳥也高飛!
- 精通數(shù)據(jù)科學(xué):從線性回歸到深度學(xué)習(xí)
- 寒江獨(dú)釣:Windows內(nèi)核安全編程
- TensorFlow Deep Learning Projects
- 設(shè)計(jì)模式
- 穿越計(jì)算機(jī)的迷霧