Skip to content

Commit

Permalink
Update cartpole_per.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jcwleo committed Feb 5, 2018
1 parent e8dfe56 commit af98566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cartpole_per.py
Expand Up @@ -10,7 +10,7 @@
import torch.nn.functional as F
from torch.autograd import Variable
from torchvision import transforms
from priority_memory import Memory
from prioritized_memory import Memory

EPISODES = 500

Expand Down

0 comments on commit af98566

Please sign in to comment.