Skip to content

Commit

Permalink
typo README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mopoa authored Aug 27, 2024
1 parent 8129229 commit 916607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ We provided several quantum circuit datasets with all features extracted from th


#### Using QSimPy with Gymnasium
We provide example of itegrating QSimPy within Gymasium in `gymenv_qsimpy.py` file. In this example, we show how to model 5 different QNodes, using the IBM Quantum system models and use a synthetic quantum tasks dataset to simulate the continuous workload of the quantum cloud environment.
We provide example of integrating QSimPy within Gymasium in `gymenv_qsimpy.py` file. In this example, we show how to model 5 different QNodes, using the IBM Quantum system models and use a synthetic quantum tasks dataset to simulate the continuous workload of the quantum cloud environment.
Then, we implemented a simple Deep Q Network using [Ray Rllib](https://docs.ray.io/en/latest/rllib/index.html) with the example provided in the `ray_train_dqn.py` file. Experiment results will be saved to the `/results` folder and can be visualized using Tensorboard.
![Sample experiment results on Tensorboard](figures/fig07_tb.png "Sample RL Training results on Tensorboard")

Expand Down

0 comments on commit 916607e

Please sign in to comment.