Prediction and Control with Function Approximation

所在平台: CourseraArchive

课程类别: 其他类别

大学或机构: CourseraNew

课程主页: https://www.coursera.org/archive/prediction-control-function-approximation

课程评论:没有评论

第一个写评论        关注课程

课程大纲

On-policy Prediction with Approximation
Constructing Features for Prediction
Control with Approximation
Policy Gradient

课程评论(0条)

课程详情

In this course, you will learn how to solve problems with large, high-dimensional, and potentially infinite state spaces. You will see that estimating value functions can be cast as a supervised learning problem---function approximation---allowing you to build agents that carefully balance generalization and discrimination in order to maximize reward. We will begin this journey by investigating how our policy evaluation or prediction methods like Monte Carlo and TD can be extended to the function approximation setting. You will learn about feature construction techniques for RL, and representation learning via neural networks and backprop. We conclude this course with a deep-dive into policy gradient methods; a way to learn policies directly without learning a value function. In this course you will solve two continuous-state control tasks and investigate the benefits of policy gradient methods in a continuous-action environment. Prerequisites: This course strongly builds on the fundamentals of Courses 1 and 2, and learners should have completed these before starting this course. Learners should also be comfortable with probabilities & expectations, basic linear algebra, basic calculus, Python 3.0 (at least 1 year), and implementing algorithms from pseudocode. By the end of this course, you will be able to: -Understand how to use supervised learning approaches to approximate value functions -Understand objectives for prediction (value estimation) under function approximation -Implement TD with function approximation (state aggregation), on an environment with an infinite state space (continuous state space) -Understand fixed basis and neural network approaches to feature construction -Implement TD with neural network function approximation in a continuous state environment -Understand new difficulties in exploration when moving to function approximation -Contrast discounted problem formulations for control versus an average reward problem formulation -Implement expected Sarsa and Q-learning with function approximation on a continuous state control task -Understand objectives for directly estimating policies (policy gradient objectives) -Implement a policy gradient method (called Actor-Critic) on a discrete state environment

通过函数逼近进行预测和控制:在本课程中,您将学习如何解决大型,高维以及可能无限的状态空间的问题。您将看到估计值函数可以转换为有监督的学习问题-函数逼近-使您能够构建谨慎地平衡概括性和歧视性以最大化报酬的代理。我们将通过研究如何将我们的策略评估或预测方法(如蒙特卡洛和TD)扩展到函数近似设置来开始这一旅程。您将学习用于RL的特征构造技术,以及通过神经网络和反向传播技术进行表示学习。我们将通过深入探讨政策梯度方法来结束本课程。直接学习政策而无需学习价值功能的方法。在本课程中,您将解决两个连续状态控制任务,并研究连续操作环境中策略渐变方法的好处。 先决条件:本课程以课程1和2的基础为基础,学习者应该在开始本课程之前完成这些课程。学习者还应熟悉概率和能力。期望,基本线性代数,基本演算,Python 3.0(至少1年),以及通过伪代码实现算法。 在本课程结束时,您将能够: -了解如何使用监督学习方法来近似值函数 -了解函数逼近下的预测目标(值估计) -在具有无限状态空间(连续状态空间)的环境中用函数逼近(状态聚合)实现TD -了解固定基础和神经网络的特征构建方法 -在连续状态环境中用神经网络函数逼近TD -理解为函数逼近时探索中的新困难 -对照控制的折扣问题公式与平均奖励问题公式 -在连续状态控制任务上使用函数逼近来实现预期的Sarsa和Q学习 -了解直接估算政策的目标(政策梯度目标) -在离散状态环境中实施策略梯度方法(称为Actor-Critic)

课程标签

0人关注该课程

主题相关的课程