mirror of
https://github.com/wassname/Deep-reinforcement-learning-with-pytorch.git
synced 2026-09-22 12:40:13 +08:00
cc23a7e32df6ff01fef4f33700d1f489adb600bf
This repository will implement the classic deep reinforcement learning algorithms. The aim of this repository is to provide clear code for people to learn the deep reinforcement learning algorithm.
In the future, more algorithms will be added and the existing codes will also be maintained.
DQN
包含两个算法
Policy Gradient
使用下面的命令可以运行已经保存好的模型
python Run_Model.py
使用下面的命令开始训练
pytorch_MountainCar-v0.py
policyNet.pkl
这个是已经保存好的模型
Alphago zero
我将在兵棋游戏中复现alphago zero
欢迎关注中科院自动化所智能系统与工程中心
Actor-Critic
Languages
Python
100%