Files
Deep-reinforcement-learning…/readme.md
T
2018-10-08 10:06:32 +08:00

24 lines
316 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
'''
使用下面的命令开始训练
'''
pytroch_MountainCar-v0.py
'''
> policyNet.pkl
这个是已经保存好的模型