Skip to content

Commit c5cf901

Browse files
trigger build
1 parent 3d3b01f commit c5cf901

File tree

1 file changed

+1
-1
lines changed
  • src/ReinforcementLearningEnvironments/src/environments/3rd_party

1 file changed

+1
-1
lines changed

src/ReinforcementLearningEnvironments/src/environments/3rd_party/gym.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function GymEnv(name::String; seed::Union{Int,Nothing}=nothing)
3333
elseif obs_space isa Space{<:Dict}
3434
PyDict
3535
else
36-
error("don't know how to get the observation type from observation space of $obs_space")
36+
error("Don't know how to get the observation type from observation space of $obs_space")
3737
end
3838
env = GymEnv{obs_type,typeof(act_space),typeof(obs_space),typeof(pyenv)}(
3939
pyenv,

0 commit comments

Comments
 (0)