Files
Deep-reinforcement-learning…/readme.md
T
2018-10-22 10:48:03 +08:00

40 lines
482 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
这是一个学习强化学习产生的代码
我实现DQN,PG等算法
## DQN
包含两个算法
## Policy Gradient
使用下面的命令可以运行已经保存好的模型
```
python Run_Model.py
```
使用下面的命令开始训练
```
pytorch_MountainCar-v0.py
```
> policyNet.pkl
这个是已经保存好的模型
## Alphago zero
我将在兵棋游戏中复现alphago zero
欢迎关注中科院自动化所智能系统与工程中心
## Actor-Critic
##