Reinforcement Learning
14 posts
Reinforcement Learning
members
Fundamentals of Reinforcement Learning: Dynamic Programming
Dynamic programming is fundamental to many reinforcement learning algorithms. In this article, we discuss how it can be used for policy evaluation and control.…
Reinforcement Learning
members
Fundamentals of Reinforcement Learning: Policies, Value Functions, & Bellman Equations
In this article, we discuss fundamental concepts in reinforcement learning including policies, value functions, and Bellman equations.…
Reinforcement Learning
members
Fundamentals of Reinforcement Learning: Markov Decision Processes
In this article, we discuss several fundamental concepts of reinforcement learning including Markov decision processes, the goal of reinforcement learning, and continuing vs. episodic tasks.…
Reinforcement Learning
members
Fundamentals of Reinforcement Learning: Estimating the Action-Value Function
In this article, we introduce fundamental concepts of reinforcement learning—including the k-armed bandit problem, estimating the action-value function, and the exploration vs. exploitation dilemma.…
Reinforcement Learning
members
Deep Reinforcement Learning for Trading: Strategy Development & AutoML
Deep reinforcement learning has shown promise in many other fields, and it's likely that it will have a significant impact on the financial industry in the coming years.…
Reinforcement Learning
members
Implementing Deep Reinforcement Learning with PyTorch: Deep Q-Learning
In this article we will look at several implementations of deep reinforcement learning with PyTorch.…
Reinforcement Learning
members
AI for Ecommerce: Maximizing Revenue with Thompson Sampling
In this guide we look at how we can maximize revenue for an eCommerce business using a reinforcement learning algorithm called Thompson sampling.…
Reinforcement Learning
members
AI for Ecommerce: Optimizing Business Processes with Reinforcement Learning
In this article we look at how reinforcement learning can be used to optimize the business processes of an eCommerce warehouse.…
Reinforcement Learning
members
Deep Reinforcement Learning for Trading with TensorFlow 2.0
In this article we look at how to build a reinforcement learning trading agent with deep Q-learning using TensorFlow 2.0.…
Reinforcement Learning
members
Deep Reinforcement Learning: Guide to Deep Q-Learning
In this article we cover an important topic in reinforcement learning: Q-learning and deep Q-learning.…