February 2020
Intermediate to advanced
432 pages
10h 50m
English
As we did in the previous chapter, we are going to create a virtual environment for the Python setup of this chapter, which we will call gym. The following two commands allow for the creation and then the activation of gym:
$ conda create -n gym pip python=2.7$ conda activate gymFollowing this, install the specific Python packages that we are going to need for the examples: