mirror of
https://github.com/wassname/Deep-reinforcement-learning-with-pytorch.git
synced 2026-09-25 13:10:09 +08:00
0a0374ee8a14ef9f1c19a699e81105ace83df747
这是一个学习强化学习产生的代码 我实现DQN,PG等算法
DQN
Policy Gradient
使用下面的命令可以运行已经保存好的模型 ‘’‘ python Run_Model.py '''
使用下面的命令开始训练 ''' pytroch_MountainCar-v0.py '''
policyNet.pkl 这个是已经保存好的模型
Languages
Python
100%