mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-10 11:40:58 +08:00
Use new style class
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#######################################################################
|
||||
import numpy as np
|
||||
|
||||
class BaseNormalizer:
|
||||
class BaseNormalizer(object):
|
||||
def __init__(self, read_only=False):
|
||||
self.read_only = read_only
|
||||
|
||||
|
||||
Reference in New Issue
Block a user