强化学习实战 | 资源汇总
配置环境
(1)安装Anaconda:Download
(2)使用conda管理运行环境:
- 创建环境:conda create -n your_env_name python=x.x
- 删除环境:conda remove -n your_env_name --all
- 查看当前存在哪些虚拟环境:conda env list / conda info -e
- 查看安装了哪些包:conda list
- 在Navigator面板左上的Channels中切换当前环境
(3)换源:anaconda | 镜像站使用帮助 | 清华大学开源软件镜像站
(4)安装 PyTorch:Start Locally | PyTorch
(5)安装 Gym:Getting Started with Gym
预备知识
Python3教程 | 菜鸟教程
Numpy教程 | 菜鸟教程
Pytorch Tutorials | Learn the Basics
论文检索与管理
Research Rabbit
强化学习理论
Reinforcement Learning An Introduction(强化学习圣经)
Open AI Spinning Up | Introduction to RL
强化学习案例
Pytorch Tutorials | Reinforcement Learning (DQN) Tutorial
Pytorch Tutorials | Train a Mario-playing RL Agent
优秀课程
飞桨AI Studio课程_学习成就梦想,AI遇见未来_AI课程 - 飞桨AI Studio - 人工智能学习实训社区
动手学深度学习