paper-with-me

홈 › Papers

Control of Continuous Quantum Systems with Many Degrees of Freedom based on Convergent Reinforcement Learning

2022-12-21 · Zhikang Wang

With the development of experimental quantum technology, quantum control has attracted increasing attention due to the realization of controllable artificial quantum systems. However, because quantum-mechanical systems are often too difficult to analytically deal with, heuristic strategies and numerical algorithms which search for proper control protocols are adopted, and, deep learning, especially deep reinforcement learning (RL), is a promising generic candidate solution for the control problems. Although there have been a few successful applications of deep RL to quantum control problems, most of the existing RL algorithms suffer from instabilities and unsatisfactory reproducibility, and require a large amount of fine-tuning and a large computational budget, both of which limit their applicability. To resolve the issue of instabilities, in this dissertation, we investigate the non-convergence issue of Q-learning. Then, we investigate the weakness of existing convergent approaches that have been proposed, and we develop a new convergent Q-learning algorithm, which we call the convergent deep Q network (C-DQN) algorithm, as an alternative to the conventional deep Q network (DQN) algorithm. We prove the convergence of C-DQN and apply it to the Atari 2600 benchmark. We show that when DQN fail, C-DQN still learns successfully. Then, we apply the algorithm to the measurement-feedback cooling problems of a quantum quartic oscillator and a trapped quantum rigid body. We establish the physical models and analyse their properties, and we show that although both C-DQN and DQN can learn to cool the systems, C-DQN tends to behave more stably, and when DQN suffers from instabilities, C-DQN can achieve a better performance. As the performance of DQN can have a large variance and lack consistency, C-DQN can be a better choice for researches on complicated control problems.

📄 PDF Abstract BibTeX arXiv:2212.10705

Code (1)

z-t-wang/phdthesis 공식 구현 pytorch

Tasks

Deep Reinforcement LearningQ-LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

fail 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Noise-Robust End-to-End Quantum Control using Deep Autoregressive Policy Networks

2020-12-12 · Jiahao Yao, Paul Köttering, Hans Gundlach, Lin Lin 외

Variational quantum eigensolvers have recently received increased attention, as they enable the use of quantum computing devices to find solutions to complex problems, such as the ground energy and ground state of strong…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Quantum Observables for continuous control of the Quantum Approximate Optimization Algorithm via Reinforcement Learning

2019-11-21 · Artur Garcia-Saez, Jordi Riu

We present a classical control mechanism for Quantum devices using Reinforcement Learning. Our strategy is applied to the Quantum Approximate Optimization Algorithm (QAOA) in order to optimize an objective function that …

continuous-controlContinuous ControlQ-LearningReinforcement Learning

Reinforcement Learning for Many-Body Ground-State Preparation Inspired by Counterdiabatic Driving

2020-10-07 · Jiahao Yao, Lin Lin, Marin Bukov

The quantum alternating operator ansatz (QAOA) is a prominent example of variational quantum algorithms. We propose a generalized QAOA called CD-QAOA, which is inspired by the counterdiabatic driving procedure, designed …

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning (RL)

Preparation of ordered states in ultra-cold gases using Bayesian optimization

2020-01-10 · Rick Mukherjee, Frederic Sauvage, Harry Xie, Robert Löw 외

Ultra-cold atomic gases are unique in terms of the degree of controllability, both for internal and external degrees of freedom. This makes it possible to use them for the study of complex quantum many-body phenomena. Ho…

Bayesian Optimization

Probing Criticality in Quantum Spin Chains with Neural Networks

2020-05-05 · A Berezutskii, M Beketov, D Yudin, Z Zimborás 외

The numerical emulation of quantum systems often requires an exponential number of degrees of freedom which translates to a computational bottleneck. Methods of machine learning have been used in adjacent fields for effe…

Dimensionality Reduction