April 2019
Intermediate to advanced
212 pages
5h 34m
English
We will run these following two lines in a notebook:
env.step(1)env.render()
The following is the result for the preceding code:

env.step(1) returns the following four variables:
Note that we chose an argument of 1 for env.step() specifically, because we wanted the agent to move north. Choosing ...
Read now
Unlock full access