[图书][B] Deep Reinforcement Learning in Unity: With Unity ML Toolkit

A Majumder - 2021 - Springer
This book starts with an introduction to state-based reinforcement learning algorithms
involving Markov models, Bellman equations, and writing custom C# code with the aim of …

[图书][B] Applied Reinforcement Learning with Python: With OpenAI Gym, Tensorflow, and Keras

T Beysolow II - 2019 - books.google.com
Delve into the world of reinforcement learning algorithms and apply them to different use-
cases via Python. This book covers important topics such as policy gradients and Q learning …

[图书][B] Foundations of deep reinforcement learning: theory and practice in Python

L Graesser, WL Keng - 2019 - books.google.com
Deep reinforcement learning (deep RL) combines deep learning and reinforcement
learning, in which artificial agents learn to solve sequential decision-making problems. In the …

[图书][B] The The Reinforcement Learning Workshop: Learn how to apply cutting-edge reinforcement learning algorithms to a wide range of control problems

A Palmas, E Ghelfi, AG Petre, M Kulkarni, NS Anand… - 2020 - books.google.com
Start with the basics of reinforcement learning and explore deep learning concepts such as
deep Q-learning, deep recurrent Q-networks, and policy-based methods with this practical …

rlpyt: A research code base for deep reinforcement learning in pytorch

A Stooke, P Abbeel - arXiv preprint arXiv:1909.01500, 2019 - arxiv.org
Since the recent advent of deep reinforcement learning for game play and simulated robotic
control, a multitude of new algorithms have flourished. Most are model-free algorithms which …

[图书][B] Deep reinforcement learning in action

A Zai, B Brown - 2020 - books.google.com
Humans learn best from feedback—we are encouraged to take actions that lead to positive
results while deterred by decisions with negative consequences. This reinforcement process …

[图书][B] Python reinforcement learning projects: eight hands-on projects exploring reinforcement learning algorithms using TensorFlow

S Saito, Y Wenzhuo, R Shanmugamani - 2018 - books.google.com
Implement state-of-the-art deep reinforcement learning algorithms using Python and its
powerful libraries Key FeaturesImplement Q-learning and Markov models with Python and …

[图书][B] Deep Reinforcement Learning with Python: Master classic RL, deep RL, distributional RL, inverse RL, and more with OpenAI Gym and TensorFlow

S Ravichandiran - 2020 - books.google.com
An example-rich guide for beginners to start their reinforcement and deep reinforcement
learning journey with state-of-the-art distinct algorithms Key FeaturesCovers a vast spectrum …

Deep reinforcement learning: An overview

Y Li - arXiv preprint arXiv:1701.07274, 2017 - arxiv.org
We give an overview of recent exciting achievements of deep reinforcement learning (RL).
We discuss six core elements, six important mechanisms, and twelve applications. We start …

A crash course on reinforcement learning

FA Yaghmaie, L Ljung - arXiv preprint arXiv:2103.04910, 2021 - arxiv.org
The emerging field of Reinforcement Learning (RL) has led to impressive results in varied
domains like strategy games, robotics, etc. This handout aims to give a simple introduction to …