Skip to content

Asynchronous Methods for Deep Reinforcement Learning by Pytorch

Notifications You must be signed in to change notification settings

JinQiangWang2021/A3C-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A3C-pytorch

Asynchronous Methods for Deep Reinforcement Learning by Pytorch

This code is implement of A3C algorithm by paper Asynchronous Methods for Deep Reinforcement Learning

Reuqirement:

python==3.7.13
torch==1.8.0
mujoco-py==2.1.2.14
mujoco==210
numpy==1.21.6
gym==0.15.7

Running

python a3c_main.py

This Code is modidy by Quantum-Cheese

About

Asynchronous Methods for Deep Reinforcement Learning by Pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages