Skip to content

Commit

Permalink
add attribution
Browse files Browse the repository at this point in the history
  • Loading branch information
philtabor committed Mar 15, 2021
1 parent 5ce3eb8 commit c6023cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReinforcementLearning/PolicyGradient/A3C/pytorch/a3c.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Code is heavily inspired by Morvan Zhou's code. Please check out
# his work at github.com/MorvanZhou/pytorch-A3C
import gym
import torch as T
import torch.multiprocessing as mp
Expand Down

0 comments on commit c6023cf

Please sign in to comment.