Difference between revisions of "Markov Decision Process (MDP)"

From
Jump to: navigation, search
m
 
(11 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|title=PRIMO.ai
 
|title=PRIMO.ai
 
|titlemode=append
 
|titlemode=append
|keywords=artificial, intelligence, machine, learning, models, algorithms, data, singularity, moonshot, Tensorflow, Google, Nvidia, Microsoft, Azure, Amazon, AWS  
+
|keywords=ChatGPT, artificial, intelligence, machine, learning, GPT-4, GPT-5, NLP, NLG, NLC, NLU, models, data, singularity, moonshot, Sentience, AGI, Emergence, Moonshot, Explainable, TensorFlow, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Hugging Face, OpenAI, Tensorflow, OpenAI, Google, Nvidia, Microsoft, Azure, Amazon, AWS, Meta, LLM, metaverse, assistants, agents, digital twin, IoT, Transhumanism, Immersive Reality, Generative AI, Conversational AI, Perplexity, Bing, You, Bard, Ernie, prompt Engineering LangChain, Video/Image, Vision, End-to-End Speech, Synthesize Speech, Speech Recognition, Stanford, MIT |description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
+
 
 +
<!-- Google tag (gtag.js) -->
 +
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4GCWLBVJ7T"></script>
 +
<script>
 +
  window.dataLayer = window.dataLayer || [];
 +
  function gtag(){dataLayer.push(arguments);}
 +
  gtag('js', new Date());
 +
 
 +
  gtag('config', 'G-4GCWLBVJ7T');
 +
</script>
 
}}
 
}}
 
[http://www.youtube.com/results?search_query=Markov+Decision+Process+MDP Youtube search...]
 
[http://www.youtube.com/results?search_query=Markov+Decision+Process+MDP Youtube search...]
Line 9: Line 18:
  
 
* [[Markov Model (Chain, Discrete Time, Continuous Time, Hidden)]]
 
* [[Markov Model (Chain, Discrete Time, Continuous Time, Hidden)]]
 +
 
* [[Reinforcement Learning (RL)]]
 
* [[Reinforcement Learning (RL)]]
 
** [[Monte Carlo]] (MC) Method - Model Free Reinforcement Learning
 
** [[Monte Carlo]] (MC) Method - Model Free Reinforcement Learning
 +
** [[Markov Decision Process (MDP)]]
 +
** [[State-Action-Reward-State-Action (SARSA)]]
 
** [[Q Learning]]
 
** [[Q Learning]]
** [[State-Action-Reward-State-Action (SARSA)]]
+
*** [[Deep Q Network (DQN)]]
 
** [[Deep Reinforcement Learning (DRL)]] DeepRL
 
** [[Deep Reinforcement Learning (DRL)]] DeepRL
 
** [[Distributed Deep Reinforcement Learning (DDRL)]]
 
** [[Distributed Deep Reinforcement Learning (DDRL)]]
** [[Deep Q Network (DQN)]]
+
** [[Symbiotic Intelligence]] ... [[Bio-inspired Computing]] ... [[Neuroscience]] ... [[Connecting Brains]] ... [[Nanobots#Brain Interface using AI and Nanobots|Nanobots]] ... [[Molecular Artificial Intelligence (AI)|Molecular]] ... [[Neuromorphic Computing|Neuromorphic]] ... [[Evolutionary Computation / Genetic Algorithms| Evolutionary/Genetic]]
** [[Evolutionary Computation / Genetic Algorithms]]
 
 
** [[Actor Critic]]
 
** [[Actor Critic]]
 +
*** [[Asynchronous Advantage Actor Critic (A3C)]]
 +
*** [[Advanced Actor Critic (A2C)]]
 +
*** [[Lifelong Latent Actor-Critic (LILAC)]]
 
** [[Hierarchical Reinforcement Learning (HRL)]]
 
** [[Hierarchical Reinforcement Learning (HRL)]]
  
 +
 +
http://miro.medium.com/max/1200/1*mUyxMUpzQWX4GNTd7TT4nA.gif
  
 
http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Markov_Decision_Process.svg/600px-Markov_Decision_Process.svg.png
 
http://upload.wikimedia.org/wikipedia/commons/thumb/a/ad/Markov_Decision_Process.svg/600px-Markov_Decision_Process.svg.png
http://slideplayer.com/24/7469154/big_thumb.jpg
 
  
 
Solutions:
 
Solutions:
Line 31: Line 46:
 
Used where outcomes are partly random and partly under the control of a decision maker. MDP is a discrete time stochastic control process. At each time step, the process is in some state s, and the decision maker may choose any action a that is available in state s. The process responds at the next time step by randomly moving into a new state  s', and giving the decision maker a corresponding reward R_{a}(s,s')} R_a(s,s').  The probability that the process moves into its new state s' is influenced by the chosen action.  Helping the convergence of certain algorithms a discount rate (factor) makes an infinite sum finite.
 
Used where outcomes are partly random and partly under the control of a decision maker. MDP is a discrete time stochastic control process. At each time step, the process is in some state s, and the decision maker may choose any action a that is available in state s. The process responds at the next time step by randomly moving into a new state  s', and giving the decision maker a corresponding reward R_{a}(s,s')} R_a(s,s').  The probability that the process moves into its new state s' is influenced by the chosen action.  Helping the convergence of certain algorithms a discount rate (factor) makes an infinite sum finite.
  
<youtube>PYQAI6Td2wo</youtube>
+
 
<youtube>23FW_vsuETg</youtube>
+
<youtube>my207WNoeyA</youtube>
 
<youtube>jpmZp3eX-wI</youtube>
 
<youtube>jpmZp3eX-wI</youtube>
 
<youtube>EqUfuT3CC8s</youtube>
 
<youtube>EqUfuT3CC8s</youtube>
Line 40: Line 55:
 
<youtube>Csiiv6WGzKM</youtube>
 
<youtube>Csiiv6WGzKM</youtube>
 
<youtube>tO6hTI8CXaM</youtube>
 
<youtube>tO6hTI8CXaM</youtube>
 +
<youtube>i0o-ui1N35U</youtube>
 +
<youtube>9g32v7bK3Co</youtube>
 +
<youtube>PYQAI6Td2wo</youtube>
 +
 +
 +
== (Richard) Bellman Equation ==
 +
* [https://towardsdatascience.com/introduction-to-reinforcement-learning-markov-decision-process-44c533ebf8da Reinforcement Learning : Markov-Decision Process (Part 1) | Ayush Singh - Towards Data Science]
 +
* [http://towardsdatascience.com/reinforcement-learning-markov-decision-process-part-2-96837c936ec3 Reinforcement Learning: Bellman Equation and Optimality (Part 2) | Ayush Singh - Towards Data Science]
 +
 +
http://miro.medium.com/max/690/1*5PGCR0jwd15kLhRCA09R1w.gif
 +
 +
<youtube>14BfO5lMiuk</youtube>
 +
<youtube>aNuOLwojyfg</youtube>

Latest revision as of 21:27, 13 July 2023

Youtube search... ...Google search


1*mUyxMUpzQWX4GNTd7TT4nA.gif

600px-Markov_Decision_Process.svg.png

Solutions:

Used where outcomes are partly random and partly under the control of a decision maker. MDP is a discrete time stochastic control process. At each time step, the process is in some state s, and the decision maker may choose any action a that is available in state s. The process responds at the next time step by randomly moving into a new state s', and giving the decision maker a corresponding reward R_{a}(s,s')} R_a(s,s'). The probability that the process moves into its new state s' is influenced by the chosen action. Helping the convergence of certain algorithms a discount rate (factor) makes an infinite sum finite.



(Richard) Bellman Equation

1*5PGCR0jwd15kLhRCA09R1w.gif