mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 11:10:20 +01:00
Unify base class using new-style (object).
This commit is contained in:
@@ -33,7 +33,7 @@ from architectures.tensorflow_components.shared_variables import SharedRunningSt
|
||||
from six.moves import range
|
||||
|
||||
|
||||
class Agent:
|
||||
class Agent(object):
|
||||
def __init__(self, env, tuning_parameters, replicated_device=None, task_id=0):
|
||||
"""
|
||||
:param env: An environment instance
|
||||
|
||||
Reference in New Issue
Block a user