mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Add observation_space_type to GymEnvironmentParameters so that it is possible to explicitly state that in presets. (#145)
This commit is contained in:
committed by
Gal Leibovich
parent
bf2036b284
commit
7d25477942
@@ -65,6 +65,7 @@ class GymEnvironmentParameters(EnvironmentParameters):
|
||||
self.random_initialization_steps = 0
|
||||
self.max_over_num_frames = 1
|
||||
self.additional_simulator_parameters = {}
|
||||
self.observation_space_type = None
|
||||
|
||||
@property
|
||||
def path(self):
|
||||
|
||||
Reference in New Issue
Block a user