Commit 9d1d93b
authored
Unpin version of gym in the quantum reinforcement learning tutorial (#943)
Loading a specific version of gym in Colab causes Colab to require
another restart. In Colab, the newest version of gym is preinstalled.
That version of gym seems to work for the tutorial.
Note: the `import gym` step generates a warning that gym is no longer
supported. This is potentially confusing to users. The warning also
suggests switching to a different package (Gymnasium). I opened issue
#944 to remind us of this.1 parent 5bc225d commit 9d1d93b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments