Skip to content

Latest commit

 

History

History
19 lines (8 loc) · 612 Bytes

README.md

File metadata and controls

19 lines (8 loc) · 612 Bytes

简介

学习动手学强化学习的自用代码,在官方代码的基础上添加requirements.txt以及yaml环境配置文件。

代码中有些地方添加了注释帮助理解。

从第7章开始需要用到torch,torch的安装需要根据自己的环境选择,可以参考官网requirements.txt提供的是torch的cpu版本(运行效率低),如果需要安装gpu版本,可以参考官网的安装指南。

注: 当前进度:第10章完成。

  1. 第8章跑不了,会卡在while循环里。