Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 499 Bytes

File metadata and controls

11 lines (6 loc) · 499 Bytes

example_of_reinforcement_lreaning_by_pytorch

996.icu

一些利用pytorch编程实现的强化学习。

根据莫烦大神的教程改写的pytorch版的强化学习例子。

DDPG_of_pytorch.py是pytorch实现的DDPG算法。

ES_RL_of_pytorch.py是利用pytorch实现的基于进化策略的强化学习算法。