Python 2 compatibility. (#5887)

This commit is contained in:
Robert Nishihara
2019-10-10 19:09:25 -07:00
committed by GitHub
parent c3b2ae26c5
commit 523c764c25
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ def rollout(model, env):
# given an input, which in our case is an observation.
class Model():
class Model(object):
"""This class holds the neural network weights."""
def __init__(self):