Applications of Reinforcement Learning
Applications of Reinforcement Learning
reinforcement learning.
Table of contents
May be useful
How to log, explore, and compare the RL agent training metadata with
neptune.ai [Video]
AWS DeepRacer is an autonomous racing car that has been designed to test
out RL in a physical track. It uses cameras to visualize the runway and a
reinforcement learning model to control the throttle and direction.
Table of contents
Source
Source
Read more
Self-Driving Cars With Convolutional Neural Networks (CNN)
Industry
Table of contents automation with
Reinforcement Learning
Taking snapshots of data from the data centers every five minutes and
feeding this to deep neural networks
It then predicts how different combinations will affect future energy
consumptions
Identifying actions that will lead to minimal power consumption while
maintaining a set standard of safety criteria
Sending and implement these actions at the data center
Supervised time series models can be used for predicting future sales as well
as predicting stock prices. However, these models don’t determine the action
to take at a particular stock price. Enter Reinforcement Learning (RL). An RL
agent can decide on such a task; whether to hold, buy, or sell. The RL model is
evaluated using market benchmark standards in order to ensure that it’s
performing optimally.
This automation brings consistency into the process, unlike previous methods
where analysts would have to make every single decision. IBM for example has
a sophisticated reinforcement learning based platform that has the ability to
make financial trades. It computes the reward function based on the loss or
profit of every financial transaction.
Table of contents
The authors of this paper Eunsol Choi, Daniel Hewlett, and Jakob Uszkoreit
propose an RL based approach for question answering given long texts. Their
method works by first selecting a few sentences from the document that are
relevant for answering the question. A slow RNN is then employed to produce
answers to the selected sentences.
Source
Source
Table of contents
Researchers from Stanford University, Ohio State University, and Microsoft
Research have fronted Deep RL for use in dialogue generation. The deep RL
can be used to model future rewards in a chatbot dialogue. Conversations are
simulated using two virtual agents. Policy gradient methods are used to reward
sequences that contain important conversation attributes such as coherence,
informativity, and ease of answering.
Source
Source
RL has also been used for the discovery and generation of optimal DTRs for
chronic diseases.
You can dive deeper into RL applications in healthcare by exploring this paper.
to personalize suggestions
deliver more meaningful notifications to users
optimize video streaming quality.
simulated environments
a distributed platform for data preprocessing
training and exporting models in production.
deploying at scale
feature normalization
distributed learning
serving and handling datasets with high-dimensional data and thousands of
feature types.
Table of contents
Source
Final thoughts
In this article, we have barely scratched the surface as far as application areas
of reinforcement learning are concerned. Hopefully, this has sparked some
curiosity that will drive you to dive in a little deeper into this area. If you want