Skip to content

Commit 817b0d4

Browse files
committed
Pin the version of gym installed in the RL tutorial
Versions of Gym after 0.24.1 have a compatibility problem with the code in the `quantum_reinforcement_learning.ipynb` tutorial. Making sure to get 0.24.1 solves that problem.
1 parent 4cf12d0 commit 817b0d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/quantum_reinforcement_learning.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
},
170170
"outputs": [],
171171
"source": [
172-
"!pip install gym"
172+
"!pip install gym==0.24.1"
173173
]
174174
},
175175
{

0 commit comments

Comments
 (0)