Technical requirements
We will be using Jupyter notebooks for all of our exercises. The following is a list of Python libraries that must be installed for this chapter using pip
. For example, run pip install torch==1.4.0
on the command line:
jupyter==1.0.0 torch==1.4.0 atari-py==0.2.6 gym==0.17.2
All the code files that are relevant to this chapter are available at https://github.com/PacktPublishing/Mastering-PyTorch/tree/master/Chapter09.