mirror of
https://github.com/gryf/coach.git
synced 2025-12-17 19:20:19 +01:00
Batch RL (#238)
This commit is contained in:
@@ -648,7 +648,7 @@ class SpacesDefinition(object):
|
||||
"""
|
||||
def __init__(self,
|
||||
state: StateSpace,
|
||||
goal: ObservationSpace,
|
||||
goal: Union[ObservationSpace, None],
|
||||
action: ActionSpace,
|
||||
reward: RewardSpace):
|
||||
self.state = state
|
||||
|
||||
Reference in New Issue
Block a user