强化学习入门之旅
通过 Web 浏览器访问 MATLAB
激发兴趣的视频教程
包含实操练习,提供自动批改和反馈
Lessons available in English
选择章节,开始课程
1.
Overview of Reinforcement Learning
Familiarize yourself with reinforcement learning concepts and the course.
- What is reinforcement learning?
- Course overview
- Simulating with a pretrained agent
2.
Defining the Environment
Define how an agent interacts with an environment model.
- Components of a reinforcement learning model
- Defining an environment interface
- Rewards and training
- Including actions in the reward
- Connecting a Simulink environment to a MATLAB agent
3.
Defining Agents
Create representations of reinforcement learning agents.
- Critics and Q values
- Representing critics for continuous problems
- Creating neural networks
- Actors and critics
- Summary of agents