mirror of
https://github.com/gryf/coach.git
synced 2025-12-18 11:40:18 +01:00
network_imporvements branch merge
This commit is contained in:
@@ -92,9 +92,9 @@ class CustomWrapper(object):
|
||||
|
||||
|
||||
class EnvironmentParameters(Parameters):
|
||||
def __init__(self):
|
||||
def __init__(self, level=None):
|
||||
super().__init__()
|
||||
self.level = None
|
||||
self.level = level
|
||||
self.frame_skip = 4
|
||||
self.seed = None
|
||||
self.human_control = False
|
||||
|
||||
Reference in New Issue
Block a user