- Goal: Learn from reward to adapt the environment
- Setting:
- action/decision(agent -> environment)
- reward/state (environment ->agent)
- 怎么理解state? -> 人对狗狗施加的命令
- Policy -- for Agent: learning a classifier(state->action)
- Agent's Goal: discounted reward $\sum_{t=1}^\infty \gamma^t r_t$
- Difference between RL and planning:
- RL: learning a model and find policy from samples
- Planing: find an optimal solution with a well-defined problem.
- Difference between RL and SL:
- All learn the model, but SL学的是batch的数据,一次性学,从数据到算法到模型,DAG单向路径
- RL:闭环/数据不同,环境->数据->算法->模型->环境
- 决策影响实践/环境 : 强化学习适用
Introduction to Reinforcement Learning
最后编辑于 :
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。