To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

Distributional Soft Actor Critic

From Wikipedia, the free encyclopedia

Distributional Soft Actor Critic (DSAC) is a suite of model-free off-policy reinforcement learning algorithms, tailored for learning decision-making or control policies in complex systems with continuous action spaces.[1] Distinct from traditional methods that focus solely on expected returns, DSAC algorithms are designed to learn a Gaussian distribution over stochastic returns, called value distribution. This focus on Gaussian value distribution learning notably diminishes value overestimations, which in turn boosts policy performance. Additionally, the value distribution learned by DSAC can also be used for risk-aware policy learning.[2][3][4] From a technical standpoint, DSAC is essentially a distributional adaptation of the well-established soft actor-critic (SAC) method.[5]

To date, the DSAC family comprises two iterations: the original DSAC-v1 and its successor, DSAC-T (also known as DSAC-v2), with the latter demonstrating superior capabilities over the Soft Actor-Critic (SAC) in Mujoco benchmark tasks. The source code for DSAC-T can be found at the following URL: Jingliang-Duan/DSAC-T.

Both iterations have been integrated into an advanced, Pytorch-powered reinforcement learning toolkit named GOPS:[6] GOPS (General Optimal control Problem Solver).

References

  1. ^ Duan, Jingliang; et al. (2021). "Distributional Soft Actor-Critic: Off-Policy Reinforcement Learning for Addressing Value Estimation Errors". IEEE Transactions on Neural Networks and Learning Systems. 33 (11): 6584-6598. arXiv:2001.02811. doi:10.1109/TNNLS.2021.3082568.
  2. ^ Yang, Qisong; et al. (2021). "WCSAC: Worst-case soft actor critic for safety-constrained reinforcement learning". AAAI.
  3. ^ Wu, Jingda; et al. (2022). "Uncertainty-aware model-based reinforcement learning: Methodology and application in autonomous driving". IEEE Transactions on Intelligent Vehicles.
  4. ^ Yang, Qisong; et al. (2023). "Safety-constrained reinforcement learning with a distributional safety critic". Machine Learning.
  5. ^ Haarnoja, Tuomas; et al. (2018). "Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor". ICML.
  6. ^ Wang, Wenxuan; et al. (2023). "GOPS: A general optimal control problem solver for autonomous driving and industrial control applications". Communications in Transportation Research.
This page was last edited on 1 January 2024, at 03:14
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.