Skip to content

Q-Learner question from chapter 5 #41

Discussion options

You must be logged in to vote

Hi @jesmitty ,
Thank you for posting on the discussion thread with the details. Upon debugging to reproduce the issue you reported, it turns out, you are using a different version of the OpenAI Gym library than the version used in the Book's recipe samples which is pinned down in the python environment spec here.

Recommended Solution
To resolve the issue you reported, you may want to install the recommended gym library version in your python environment. For example, by running this command: pip install gym==0.10.5.

More details

The Gym library has changed the interface contract of the reset() method in this commit to return an auxiliary information dict in addition to the observation when

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jesmitty
Comment options

@praveen-palanisamy
Comment options

Answer selected by jesmitty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants