We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d3b01f commit c5cf901Copy full SHA for c5cf901
src/ReinforcementLearningEnvironments/src/environments/3rd_party/gym.jl
@@ -33,7 +33,7 @@ function GymEnv(name::String; seed::Union{Int,Nothing}=nothing)
33
elseif obs_space isa Space{<:Dict}
34
PyDict
35
else
36
- error("don't know how to get the observation type from observation space of $obs_space")
+ error("Don't know how to get the observation type from observation space of $obs_space")
37
end
38
env = GymEnv{obs_type,typeof(act_space),typeof(obs_space),typeof(pyenv)}(
39
pyenv,
0 commit comments