-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR provides several improvements: - Changed the observation space representation from a `Box` one to a `Dict` where each feature is represented in a more suitable way. - 500 instead of 200 training circuits are used. - Trained models are not part of the repository itself anymore, but are downloaded when needed at runtime. - Two more reward functions are introduced and evaluated. - Enhancing small code issues, such as variable naming. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
814e37f
commit 5a3404d
Showing
28 changed files
with
1,120 additions
and
557 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file renamed
BIN
+15.5 KB
notebooks/rl/results/par_bench.pdf → ...books/rl/results/critical_depth_bench.pdf
Binary file not shown.
Binary file renamed
BIN
+15.4 KB
notebooks/rl/results/depth_hist.pdf → notebooks/rl/results/critical_depth_hist.pdf
Binary file not shown.
Binary file renamed
BIN
+15.5 KB
notebooks/rl/results/fid_bench.pdf → notebooks/rl/results/fidelity_bench.pdf
Binary file not shown.
Binary file renamed
BIN
+15.2 KB
notebooks/rl/results/par_hist.pdf → notebooks/rl/results/fidelity_hist.pdf
Binary file not shown.
Binary file renamed
BIN
+15.5 KB
notebooks/rl/results/depth_bench.pdf → notebooks/rl/results/gate_ratio_bench.pdf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file renamed
BIN
+15.3 KB
notebooks/rl/results/fid_hist.pdf → notebooks/rl/results/mix_hist.pdf
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.