# cliff_walking **Repository Path**: AngryPanda_XYZ/cliff_walking ## Basic Information - **Project Name**: cliff_walking - **Description**: 强化学习中q-learning和Sarsa算法的经典对比问题------走悬崖问题 - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2020-07-23 - **Last Updated**: 2021-10-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: 待处理的项目 ## README # cliff_walking #### 介绍 {Q-learing 和 Sarsa 经典的带悬崖环境寻找最短路径问题 [https://www.cnblogs.com/devilmaycry812839668/p/10312685.html](https://www.cnblogs.com/devilmaycry812839668/p/10312685.html)} #### 使用说明 python3.6.5编写 主文件 main.py 模块 numpy , matplotlib