mirror of
https://github.com/wassname/DeepRL.git
synced 2026-09-09 11:13:47 +08:00
Deterministic episodes
This commit is contained in:
@@ -61,6 +61,8 @@ class Config:
|
||||
self.test_repetitions = 10
|
||||
self.evaluation_env = None
|
||||
self.termination_regularizer = 0
|
||||
self.evaluation_episodes_interval = 0
|
||||
self.evaluation_episodes = 0
|
||||
|
||||
def add_argument(self, *args, **kwargs):
|
||||
self.parser.add_argument(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user