Skip to content

Commit

Permalink
Merge pull request #19 from mopoa/main
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
hoaiocom authored Jan 7, 2025
2 parents 4dc2597 + 916607e commit a1b2b84
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 a1b2b84

Please sign in to comment.