Change demo file compatible to python2 (#40)

* Change demo file to python2 compatible

* Add object to classes for compatibility with python2
This commit is contained in:
Whi Kwon
2019-04-07 13:06:39 +09:00
committed by GitHub
parent a130293f8b
commit 16ae4375c9
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import numpy as np
import torch
class AbstractAgent:
class AbstractAgent(object):
"""Abstract Agent used for all agents.
Attributes: