You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ Please feel free to contact us via <s.feld@tudelft.nl> if you have any questions
11
11
What follows are some simple steps to get you running.
12
12
You could also have a look at some [Jupyter Notebooks](https://github.com/QuTech-Delft/qgym/tree/master/notebooks) that we have created for a tutorial at the [IEEE International Conference on Quantum Computing and Engineering (QCE’22)](https://qce.quantum.ieee.org/2022/tutorials-program/).
13
13
14
+
We also gave an talk about the package at qhack 2024, which you can find by clicking the image below.
15
+
[](https://www.youtube.com/watch?v=4copOSHxwSA"qgym: A Gym for RL-based Quantum Compilation")
16
+
14
17
### Installing with pip
15
18
To install the `qgym` use
16
19
```terminal
@@ -22,7 +25,7 @@ In this case, use
22
25
pip install qgym[tutorial]
23
26
```
24
27
25
-
Currently `qgym` has support for Python 3.7, 3.8, 3.9, 3.10 and 3.11.
28
+
Currently `qgym` has support for Python 3.8, 3.9, 3.10, 3.11 and 3.12.
0 commit comments