Submitted:
11 July 2024
Posted:
11 July 2024
You are already at the latest version
Abstract
Keywords:
1. Introduction
2. Methodology
2.1. Hierarchical Q-Value Estimation
- is the learning rate.
- is the discount factor.
- is the next state.
- represents the parameters of the target network at scale k.
2.2. Aggregated Q-Values
- are the weights assigned to each scale k, with [4].
2.3. Multi-Scale Loss Function
- Select an action a using an epsilon-greedy policy based on .
- Execute the selected action a and observe the reward r and the next state .
- Store the experience in the replay buffer D.
- Sample a mini-batch of experiences from D.
- Compute the target for each scale k as:
- Compute the loss for each scale k as:
- Perform gradient descent on the combined loss function :
- Update the state .
3. Simulation and Results
4. Conclusion
References
- Mnih, V. , et al. (2015). "Human-level control through deep reinforcement learning." Nature.
- Hasselt, H. van, et al. (2016). "Deep reinforcement learning with double Q-learning." AAAI.
- Wilson, K.G. , & Kogut, J. (1974). "The renormalization group and the ϵ expansion." Physics Reports.
- Mallat, S. (1989). "A theory for multiresolution signal decomposition: The wavelet representation." IEEE Transactions on Pattern Analysis and Machine Intelligence.
- Daubechies, I. (1992). Ten Lectures on Wavelets. SIAM.
- Bellman, R. (1957). Dynamic Programming. Princeton University Press.
- Dietterich, T.G. (2000). "Hierarchical reinforcement learning with the MAXQ value function decomposition." Journal of Artificial Intelligence Research.
- Hinton, G.E. , et al. (2006). "A fast learning algorithm for deep belief nets." Neural Computation. [CrossRef]
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content. |
© 2024 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (http://creativecommons.org/licenses/by/4.0/).