您的位置:首页 > 其它

pytorch rl code

2017-04-26 00:13 429 查看
Asynchronous Advantage Actor Critic (A3C) from "Asynchronous
Methods for Deep Reinforcement Learning"

https://github.com/ikostrikov/pytorch-a3c

PyTorch's version of Doom-net implementing
some RL models in ViZDoom environment.

https://github.com/akolishchak/doom-net-pytorch

A3C as described in Asynchronous
Methods for Deep Reinforcement Learning

https://github.com/rarilurelo/pytorch_a3c

Human-level control through deep reinforcement
learning 

https://github.com/transedward/pytorch-dqn

PyTorch Tutorials 

https://github.com/pytorch/tutorials
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: