Skip to content

Commit

Permalink
Change type of reward in EnvStep (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
avnishn authored May 9, 2021
1 parent 5bc155b commit 1e7ca02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/garage/_environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class EnvStep:

env_spec: EnvSpec
action: np.ndarray
reward: np.ndarray
reward: float
observation: np.ndarray
env_info: Dict[str, np.ndarray or dict]
step_type: StepType
Expand Down

0 comments on commit 1e7ca02

Please sign in to comment.