September 2018
Intermediate to advanced
288 pages
7h 38m
English
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: "To calculate the logarithm of returns, we will use the log() function from numpy."
A block of code is set as follows:
plt.figure(figsize=(10,5))plt.plot(dataset)plt.show()
Any command-line input or output is written as follows:
git clone https://github.com/openai/gymcd gympip install -e .
Read now
Unlock full access