Pith. sign in

REVIEW 4 major objections 5 minor 34 references

Benchmarking Quantum Reinforcement Learning

T0 review · 4 major / 5 minor · reviewed 2026-08-08 · deepseek-v4-flash

Pith's one-line read Most quantum reinforcement learning agents do not actually depend on quantum effects.

desk verdict A useful, honestly-caveated QRL benchmark with a headline quantum-reliance claim that overreaches for FE-QRL because the replica test rests on an approximation the paper itself concedes is not the QBM free energy. read the letter →

arxiv 2502.04909 v2 pith:WQ53TLBZ submitted 2025-02-07 quant-ph

classification quant-ph
keywords quantumreinforcementlearningparameterizedcircuitsBoltzmannmachinesamplitudeamplificationentanglementablationreplicastackinggridworldbenchmarkhybridquantum-classicalalgorithms
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This paper asks whether quantum reinforcement learning (QRL) algorithms actually need their quantum components, and answers, for a gridworld benchmark, that most of them do not. It compares three QRL classes—parameterized-quantum-circuit agents (QPG and QDQN), free-energy QRL built on quantum Boltzmann machines, and amplitude-amplification QRL—on performance, sample efficiency, circuit executions, quantum clock time, and qubit scaling. The decisive tests are ablations: removing entangling gates from the circuit agents changes little once every qubit receives the full state, and increasing the number of Trotter replicas in the Boltzmann-machine agent does not improve learning. The conclusion is that current QRL performance on small discrete tasks can be reproduced by classically simulable circuits or by classical Boltzmann machines tuned to the right hyperparameters. If right, this redirects attention from quantum speedups on toy grids to the classical parts of the algorithms and to larger problem instances.

What carries the argument

The machinery that carries the argument is a benchmark of gridworld environments plus two designed quantumness probes. For PQC-QRL, the probe is an entanglement ablation: removing the entangling block from the hardware-efficient ansatz yields a linearly separable, classically simulable circuit, and a second variant re-encodes the full state on each qubit to avoid confounded information loss. For FE-QRL, the probe is Suzuki-Trotter replica stacking, which converts the transverse-field quantum Boltzmann Hamiltonian into a classical Ising model of one higher dimension with r replicas; if quantum effects matter, increasing r should improve the free-energy approximation and training performance. The absence of such an effect is what lets the authors conclude that the Q in these QRL agents is not doing much work.

What would settle it

Train the FE-QRL agent on a fixed gridworld with replica counts 1, 10, and 100 while re-optimizing hyperparameters at each count: a clear performance increase with replica count would refute the claim that quantum free-energy effects are irrelevant. Similarly, on a larger gridworld where the entangled QDQN clearly beats the linearly separable B ansatz, the entanglement-independence conclusion would fall.

Watch

Extended reading notes

Core claim

On the paper's own terms, the central discovery is that the quantum features supposedly driving QRL show little measurable effect. For PQC-QRL, the entangled hardware-efficient ansatz is compared with two entanglement-free, linearly separable variants; the variant that re-encodes the whole state on every qubit matches the entangled QDQN almost exactly and trails QPG only modestly, so the authors conclude that performance does not mainly rely on entanglement. For FE-QRL, performance is tested with 1, 5, and 10 Trotter replicas; since the classical single-replica Boltzmann machine performs as well as the higher-replica quantum approximations and no replica-count trend appears, the authors find no evidence that quantum free-energy effects drive learning. The overall statement is that most QRL approaches may not greatly rely on their quantum components, and the best-performing algorithm in the benchmark, AA-QRL, is in its evaluated form quantum-inspired rather than genuinely quantum.

Load-bearing premise

The paper's quantumness test assumes the replica-stacked classical Hamiltonian is a faithful stand-in for the quantum Boltzmann machine's free energy, so that adding replicas should improve performance if quantum effects truly matter; it also assumes the entanglement-free ansatz removes entanglement without also discarding state information.

Editorial extensions

If this is right

  • A classically simulable, entanglement-free circuit can match the QDQN agent on the tested gridworlds, so circuit depth and qubit count are not the bottleneck for these tasks.
  • The FE-QRL family shows no replica-count scaling, implying that its reported strengths are better attributed to hyperparameters than to quantum transverse-field effects.
  • AA-QRL outperforms the other classes on these gridworlds while requiring only two qubits per action register and no entanglement analysis, because it is currently a quantum-inspired algorithm.
  • Binary state encoding is more favorable than one-hot encoding for PQC-QRL on qubit scaling, while FE-QRL's qubit count is encoding-independent but its trainable parameters grow with visible nodes.
  • On the largest frozen-lake gridworld, QDQN degrades and FE-QRL fails to scale, so none of the quantum approaches currently offers a scalable practical advantage on larger discrete tasks.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the entanglement-independence result generalizes, a concrete testable surrogate for QDQN on discrete tasks is a single-qubit data-re-uploading circuit with repeated state encoding; comparing them on larger grids would directly probe the paper's conclusion.
  • The replica-stacking test is only decisive if the approximate Hamiltonian faithfully represents the QBM free energy; since Suzuki's convergence statement concerns ground states, a stronger test would measure how replica count affects free-energy estimates on a system where exact values are computable.
  • The benchmark's rankings might change if noise, full wall-clock time including classical optimization, and continuous state spaces were included; the paper lists noise resilience as future work.
  • A natural extension is to treat the quantumness probes themselves as hyperparameters and search over entanglement and replica count per environment, which would reveal whether any gridworld regime favors genuine quantum components.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 5 minor

Summary. This paper proposes a comparative benchmark for three families of quantum reinforcement learning algorithms—PQC-based QPG and QDQN, free-energy QBM-based FE-QRL, and amplitude-amplification AA-QRL—on gridworld environments. It introduces five metrics (performance, sample efficiency, circuit executions, quantum clock time, and qubit scaling) and evaluates the role of quantum components through an entanglement-removal ablation for PQC-QRL and a replica-count experiment for FE-QRL. Results show AA-QRL achieving the best performance, QPG/QDQN behaving similarly on small instances, FE-QRL scaling poorly, and only mild performance degradation when entanglement is removed. The paper concludes that most QRL approaches may not greatly rely on their quantum components, and it releases code and data for reproduction.

Significance. The benchmark itself and the code release are valuable: the paper unifies three otherwise fragmented QRL streams under common environments and metrics, and it directly tackles the important question of whether observed QRL performance depends on quantum effects. A credible negative result would be a significant cautionary contribution to the field. However, the evidence for the negative conclusion is uneven. The PQC entanglement ablation is limited to one environment and one hyperparameter configuration, and the FE-QRL replica experiment tests a classical Suzuki-Trotter surrogate whose relationship to the QBM free energy is explicitly disclaimed in Section 3.3. As a result, the benchmark infrastructure is more convincing than the headline claim.

major comments (4)
  1. [Section 3.3, Eq. (11), Fig. 7] The FE-QRL 'quantumness' test does not test the quantum QBM. The training objective in Eqs. (5)-(8) is the free energy F(s,a) of the transverse-field Hamiltonian H^QBM_v, but the replica experiment varies r in the classical surrogate H^QBM'_v of Eq. (11), optimized by simulated annealing. The text itself states that Suzuki's result concerns ground states and 'does not imply <H_QBM> ~ <H_QBM'>'. Consequently, the absence of replica-count correlation in Fig. 7 shows only that this classical surrogate with the chosen fixed hyperparameters does not improve with r; it does not bear on whether the genuine thermal QBM, or its quantum properties, would help. The Discussion's claim that 'most QRL approaches may not greatly rely on their quantum components' therefore overreaches for FE-QRL. The authors should either estimate F(s,a) for the actual QBM (e.g., by exact diagonalization for the small systems considered) or explicitly restrict the conclusion to the classical surrogate.
  2. [Section 4, Fig. 6] The entanglement ablation for PQC-QRL is performed on a single 4x4 frozen lake environment with 10 runs per ansatz, and the comparison between the full ansatz and ansatz B is reported without statistical tests or additional environment and hyperparameter variation. Moreover, ansatz B changes the information-encoding strategy at the same time as removing entangling gates (each qubit receives the full state over layers), so the procedure does not isolate entanglement from representational capacity. The statement that 'the performance of the quantum algorithm does not seem to mainly rely on entanglement' is therefore stronger than the evidence supports; it should be qualified as a preliminary observation or backed by further ablations on multiple environments with matched encoding schemes and multiple seeds.
  3. [Section 3 (intro), Section 5] No classical RL baselines are included, although the paper's central conclusion is about whether QRL relies on quantum components. Comparisons among QRL agents alone cannot establish that the quantum components are unimportant; a classically simulable or classical neural-network agent trained with comparable resources would be needed to anchor the claim. The manuscript explicitly scopes out classical comparison, but the Discussion should not generalize beyond 'within this benchmark, the tested quantum variants perform similarly to their classically simulable surrogates.' Adding at least DQN/PG and classical DBM baselines, or substantially narrowing the wording, is necessary for the headline conclusion.
  4. [Section 4, FE-QRL hyperparameters, Fig. 7] The FE-QRL experiments use one fixed hyperparameter set (beta=2.0, Gamma=0.506, a single learning-rate schedule) across environments and replica counts, despite the text acknowledging that 'slight modification lead to strong fluctuations in performance.' Fig. 7 itself shows the one-hot classical DBM performing poorly with these hyperparameters while the binary DBM performs comparably to the replica-stacked models. This makes the observed lack of replica-count correlation difficult to attribute to the absence of quantum effects rather than to hyperparameter mismatch. A per-condition hyperparameter search, or at least a sensitivity analysis, is required before interpreting the replica result as evidence about quantumness.
minor comments (5)
  1. [Eq. (5)] The visible variables are introduced as v in {0,1} in Eq. (4), but after Eq. (5) the text says v in {-1,+1}; the mapping between the two encodings should be stated explicitly.
  2. [Eq. (11)] The replica index ranges are inconsistent as written: the first two sums run over k=1..r while the transverse-field term runs over k=0..r; the boundary condition (e.g., sigma_{h,r+1}=sigma_{h,1}) should be specified.
  3. [Section 2.3] The text contains typographical issues such as '2 m possible eigenstates' (should be 2^m) and 'T D(0)' (should be TD(0)); these should be cleaned up.
  4. [Section 3.2 / Section 4] The definition of quantum clock time relies on assumptions about gate times, measurement times, and shot counts, but these assumptions are introduced in Section 4 rather than in the metrics section; collecting them in Section 3.2 would make the metric reproducible.
  5. [Figure 3] Figure 3's caption is not self-contained: it should state what is plotted on each axis and which encoding and qubit-count settings are shown, since the text refers to it when discussing qubit scaling.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the benchmark conclusions rest on direct empirical comparisons, not on definitions, fitted predictions, or load-bearing self-citations.

full rationale

The paper is an empirical benchmark rather than a derivation, and its central claim that most QRL approaches may not greatly rely on their quantum components is supported by direct ablations and comparative experiments. For PQC-QRL, the comparison of the Skolik et al. ansatz with entanglement removed (Fig. 6) is an experimental control, not a quantity fitted from the outcome. For FE-QRL, the replica-count experiment (Fig. 7) tests a stated hypothesis about whether increasing replicas improves performance; the observed null result is an empirical finding, not an identity. Section 3.3 explicitly flags that Suzuki's result applies to ground states and 'does not imply <H_QBM> ~ <H_QBM'>', which is a limitation of the surrogate-based control condition rather than a circular step. The self-citations (e.g., Kruse et al. 2023, 2024; Coelho et al. 2024; Drăgan et al. 2022) are used as related work and prior ansatz-design evaluations that the paper explicitly says are beyond its scope; they are not load-bearing supports for the benchmark conclusions. The benchmark environments, metrics, and released code are independent contributions. No load-bearing claim reduces by construction to its inputs, and the paper does not rename a known result or import a uniqueness theorem from the authors' prior work.

Assumptions & free parameters 7 free parameters · 6 assumptions · 0 invented entities

The benchmark relies on established algorithms and approximations; the main load-bearing numeric choices are the fixed hyperparameters, especially for FE-QRL where performance is admitted to be highly sensitive. The no-entanglement and replica-count ablations depend on assumptions about what those modifications actually isolate. No new physical entities are introduced.

free parameters (7)
  • FE-QRL inverse temperature beta = 2.0
    Fixed for all FE-QRL runs; FE-QRL training and scaling conclusions depend on it (Section 4, hyperparameters).
  • FE-QRL transverse field Gamma = 0.506
    Fixed transverse field strength for the QBM Hamiltonian approximation; chosen from prior work, not tuned to these environments.
  • QPG learning rates = theta/lambda=0.025, w=0.1
    Fixed across environments for QPG; affects relative PQC-QRL performance.
  • QDQN learning rates and discount = theta/lambda=0.01, w=0.01, gamma=0.95
    Fixed for QDQN; affects Q-learning stability on larger gridworlds.
  • AA-QRL Grover iteration scale k = not reported in text
    L = int(k*(R_t + V(s_{t+1}))) controls all AA-QRL updates; no numeric value is stated in the results, hampering exact replication.
  • PQC-QRL number of layers = 5
    Ansatz depth chosen for all PQC agents; not swept, affects expressivity and clock time.
  • FE-QRL replicas in main runs = 5
    Replica count used for the main FE-QRL comparison; ablation uses 1, 5, and 10 replicas.
assumptions (6)
  • domain assumption An MDP with discrete state and action spaces is the right abstraction for comparing all QRL classes.
    Section 3.1 selects gridworld environments because only discrete-space gymnasium environments are applicable to all three QRL classes; the generality of conclusions to other environments rests on this.
  • domain assumption Q(s,a) = -F(s,a) with the QBM free energy is a valid Q-function approximation.
    Section 2.2, Eq. 8; the FE-QRL training rules in Eqs. 9 and 10 depend on this identity from prior literature.
  • domain assumption The Suzuki-Trotter replica Hamiltonian H_QBM' approximates the QBM H_QBM for the purpose of computing free energy and gradients.
    Section 3.3, Eq. 11; the paper itself notes that Suzuki-Trotter equivalence is for ground states and does not imply expectation values match, making the FE-QRL quantum-reliance test fragile.
  • domain assumption Removing entangling gates while keeping parameter count and information encoding similar isolates the contribution of entanglement to PQC-QRL performance.
    Section 3.3 ansatz variants A and B; variant A also changes information encoding, and variant B only partially compensates, so the ablation does not cleanly isolate entanglement.
  • domain assumption State-vector simulation and the assumed gate times (30 ns single-qubit, 300 ns two-qubit, 300 ns measurement, 1000 shots) reflect relative quantum clock time.
    Section 4; quantum clock times are estimates, not hardware measurements, and no error bars are given.
  • ad hoc to paper Higher replica count should improve FE-QRL training performance if the method relies on genuinely quantum properties.
    Section 3.3 hypothesis used to test the Q in FE-QRL; the paper's conclusion of no quantum reliance is contingent on this premise.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Benchmarking Quantum Reinforcement Learning." pith.science (2026). https://pith.science/paper/WQ53TLBZ

@misc{pith2026250204909,
  author       = {Pith},
  title        = {Pith review of: Benchmarking Quantum Reinforcement Learning},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/WQ53TLBZ}},
  note         = {Machine review of arXiv:2502.04909}
}
read the original abstract

Quantum Reinforcement Learning (QRL) has emerged as a promising research field, leveraging the principles of quantum mechanics to enhance the performance of reinforcement learning (RL) algorithms. However, despite its growing interest, QRL still faces significant challenges. It is still uncertain if QRL can show any advantage over classical RL beyond artificial problem formulations. Additionally, it is not yet clear which streams of QRL research show the greatest potential. The lack of a unified benchmark and the need to evaluate the reliance on quantum principles of QRL approaches are pressing questions. This work aims to address these challenges by providing a comprehensive comparison of three major QRL classes: Parameterized Quantum Circuit based QRL (PQC-QRL) (with one policy gradient (QPG) and one Q-Learning (QDQN) algorithm), Free Energy based QRL (FE-QRL), and Amplitude Amplification based QRL (AA-QRL). We introduce a set of metrics to evaluate the QRL algorithms on the widely applicable benchmark of gridworld games. Our results provide a detailed analysis of the strengths and weaknesses of the QRL classes, shedding light on the role of quantum principles in QRL and paving the way for future research in this field.

Figures

Figures reproduced from arXiv: 2502.04909 by the authors.

Figure 1
Figure 1. A single-layer PQC Uθ,λ (s) for PQC-QRL is typ￾ically composed of three blocks that are repeated in each layer: an encoding block, where the features of the state (potentially scaled by trainable parameters λ) are encoded; a variational block, with parameterized quantum gates; and an entangling block. However, this structure is flexible, al￾lowing the blocks to be rearranged, combined, or modified as needed. In this… view at source ↗
Figure 2
Figure 2. Examples of two commonly used gridworld games: Classical gridworlds with reward R, walls W and penalties P as proposed by (Sutton, 1990) and (Crawford et al., 2018) (left). Example of a 4 × 4 instance of the gymnasium’s frozen lake environment (Towers et al., 2024) (right). Gridworld games as depicted in [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Number of required qubits: For PQC-QRL, the [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (4 more)
Figure 4
Figure 4. Figure 4: Comparison of different state space encodings on [PITH_FULL_IMAGE:figures/full_fig_p006_4.png]
Figure 5
Figure 5. Figure 5: Comparison of the QRL algorithms on four gridworlds. Optimal rewards are indicated by the dotted black line. The [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: Performance of PQC-QRL algorithms with and [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 7
Figure 7. Figure 7: Performance of FE-QRL with increasing number [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

34 extracted references · 22 canonical work pages

  1. [1]

    write newline

    " write newline "" before.all 'output.state := FUNCTION fin.entry add.period write newline FUNCTION new.block output.state before.all = 'skip after.block 'output.state := if FUNCTION new.sentence output.state after.block = 'skip output.state before.all = 'skip after.sentence 'output.state := if if FUNCTION not #0 #1 if FUNCTION and 'skip pop #0 if FUNCTIO...

  2. [2]

    Abbas, A., Sutter, D., Zoufal, C., Lucchi, A., Figalli, A., and Woerner, S. (2021). The power of quantum neural networks. Nature Computational Science , 1(6):403--409

  3. [3]

    H., Hinton, G

    Ackley, D. H., Hinton, G. E., and Sejnowski, T. J. (1985). A learning algorithm for boltzmann machines. Cognitive science , 9(1):147--169

  4. [4]

    Amin, M. H. (2015). Searching for quantum speedup in quasistatic quantum annealers. Physical Review A , 92(5):052323

  5. [5]

    H., Andriyash, E., Rolfe, J., Kulchytskyy, B., and Melko, R

    Amin, M. H., Andriyash, E., Rolfe, J., Kulchytskyy, B., and Melko, R. (2018). Quantum boltzmann machine. Physical Review X , 8(2):0541

  6. [6]

    Babaeizadeh, M., Frosio, I., Tyree, S., Clemons, J., and Kautz, J. (2016). Reinforcement learning through asynchronous advantage actor-critic on a gpu. arXiv preprint arXiv:1611.06256

  7. [7]

    S., Holmes, Z., Cincio, L., and Cerezo, M

    Bermejo, P., Braccia, P., Rudolph, M. S., Holmes, Z., Cincio, L., and Cerezo, M. (2024). Quantum convolutional neural networks are (effectively) classically simulable. arXiv preprint arXiv:2408.12739

  8. [8]

    Bowles, J., Ahmed, S., and Schuld, M. (2024). Better than classical? the subtle art of benchmarking quantum machine learning models. arXiv preprint arXiv:2403.07059

Show all 34 references
  1. [9]

    Y.-C., Yang, C.-H

    Chen, S. Y.-C., Yang, C.-H. H., Qi, J., Chen, P.-Y., Ma, X., and Goan, H.-S. (2020). Variational quantum circuits for deep reinforcement learning. IEEE access , 8:141007--141024

  2. [10]

    Coelho, R., Sequeira, A., and Paulo Santos, L. (2024). Vqc-based reinforcement learning with data re-uploading: performance and trainability. Quantum Machine Intelligence , 6(2):53

  3. [11]

    S., and Ronagh, P

    Crawford, D., Levit, A., Ghadermarzy, N., Oberoi, J. S., and Ronagh, P. (2018). Reinforcement learning using quantum boltzmann machines. Quantum Information & Computation

  4. [12]

    Dong, D., Chen, C., Chu, J., and Tarn, T.-J. (2010). Robust quantum-inspired reinforcement learning for robot navigation. IEEE/ASME transactions on mechatronics , 17(1):86--97

  5. [13]

    Dong, D., Chen, C., Li, H., and Tarn, T.-J. (2008). Quantum reinforcement learning. IEEE Transactions on Systems, Man, and Cybernetics, Part B (Cybernetics) , 38(5):1207--1220

  6. [14]

    B., and Lorenz, J

    Dr a gan, T.-A., Monnet, M., Mendl, C. B., and Lorenz, J. M. (2022). Quantum reinforcement learning for solving a stochastic frozen lake environment and the impact of quantum architecture choices. arXiv preprint arXiv:2212.07932

  7. [15]

    Hu, Y., Tang, F., Chen, J., and Wang, W. (2021). Quantum-enhanced reinforcement learning for control: A preliminary study. Control Theory and Technology , 19:455--464

  8. [16]

    Jerbi, S., Gyurik, C., Marshall, S., Briegel, H., and Dunjko, V. (2021a). Parametrized quantum policies for reinforcement learning. Advances in Neural Information Processing Systems , 34:28362--28375

  9. [17]

    M., Poulsen Nautrup , H., Briegel, H

    Jerbi, S., Trenkwalder, L. M., Poulsen Nautrup , H., Briegel, H. J., and Dunjko, V. (2021b). Quantum enhancements for deep reinforcement learning in large spaces. PRX Quantum , 2(1)

  10. [18]

    Kappen, H. J. (2020). Learning quantum models from quantum or classical data. Journal of Physics A: Mathematical and Theoretical , 53(21):214001

  11. [19]

    Kruse, G., Coehlo, R., Rosskopf, A., Wille, R., and Lorenz, J. M. (2024). Hamiltonian-based quantum reinforcement learning for neural combinatorial optimization. arXiv preprint arXiv:2405.07790

  12. [20]

    Kruse, G., Dragan, T.-A., Wille, R., and Lorenz, J. M. (2023). Variational quantum circuit design for quantum reinforcement learning on continuous environments. arXiv preprint arXiv:2312.13798

  13. [21]

    J., Cincio, L., McClean, J

    Larocca, M., Thanasilp, S., Wang, S., Sharma, K., Biamonte, J., Coles, P. J., Cincio, L., McClean, J. R., Holmes, Z., and Cerezo, M. (2024). A review of barren plateaus in variational quantum computing. arXiv preprint arXiv:2405.00781

  14. [22]

    S., Zahedinejad, E., and Ronagh, P

    Levit, A., Crawford, D., Ghadermarzy, N., Oberoi, J. S., Zahedinejad, E., and Ronagh, P. (2017). Free energy-based reinforcement learning using a quantum processor. arXiv preprint arXiv:1706.00074

  15. [23]

    Matsuda, Y., Nishimori, H., and Katzgraber, H. G. (2009). Ground-state statistics from annealing algorithms: quantum versus classical approaches. New Journal of Physics , 11(7):073021

  16. [24]

    D., Plinge, A., and Mutschler, C

    Meyer, N., Ufrecht, C., Periyasamy, M., Scherer, D. D., Plinge, A., and Mutschler, C. (2022). A survey on quantum reinforcement learning. arXiv preprint arXiv:2211.03464

  17. [25]

    Meyer, N., Ufrecht, C., Yammine, G., Kontes, G., Mutschler, C., and Scherer, D. D. (2025). Benchmarking quantum reinforcement learning. arXiv preprint arXiv:2501.15893

  18. [26]

    M \"u ller, T., Roch, C., Schmid, K., and Altmann, P. (2021). Towards multi-agent reinforcement learning using quantum boltzmann machines. arXiv preprint arXiv:2109.10900

  19. [27]

    Neumann, N. M. P., de Heer, P. B. U. L., and Phillipson, F. (2023). Quantum reinforcement learning - comparing quantum annealing and gate-based quantum computing with classical deep reinforcement learning. Quantum Information Processing , 22(2)

  20. [28]

    and Hinton, G

    Sallans, B. and Hinton, G. E. (2004). Reinforcement learning with factored states and actions. The Journal of Machine Learning Research , 5:1063--1088

  21. [29]

    Skolik, A., Jerbi, S., and Dunjko, V. (2022). Quantum agents in the gym: a variational quantum algorithm for deep q-learning. Quantum , 6:720

  22. [30]

    Skolik, A., Mangini, S., B \"a ck, T., Macchiavello, C., and Dunjko, V. (2023). Robustness of quantum reinforcement learning under hardware errors. EPJ Quantum Technology , 10(1):1--43

  23. [31]

    Sutton, R. S. (1990). Integrated architectures for learning, planning, and reacting based on approximating dynamic programming. In Machine learning proceedings 1990 , pages 216--224. Elsevier

  24. [32]

    Suzuki, M. (1976). Relationship between d-dimensional quantal spin systems and (d+ 1)-dimensional ising systems: Equivalence, critical exponents and systematic approximants of the partition function and spin correlations. Progress of theoretical physics , 56(5):1454--1469

  25. [33]

    U., De Cola, G., Deleu, T., Goulao, M., Kallinteris, A., Krimmel, M., KG, A., et al

    Towers, M., Kwiatkowski, A., Terry, J., Balis, J. U., De Cola, G., Deleu, T., Goulao, M., Kallinteris, A., Krimmel, M., KG, A., et al. (2024). Gymnasium: A standard interface for reinforcement learning environments. arXiv preprint arXiv:2407.17032

  26. [34]

    C., Albash, T., Marvian, M., Lidar, D., and Zanardi, P

    Venuti, L. C., Albash, T., Marvian, M., Lidar, D., and Zanardi, P. (2017). Relaxation versus adiabatic quantum steady-state preparation. Physical Review A , 95(4):042302

Pith tools

Reviewed August 8, 2026 · model on record in the stance chip above.