Commit 6db7366 1 parent bf12819 commit 6db7366 Copy full SHA for 6db7366
File tree 3 files changed +6
-2
lines changed
src/ReinforcementLearningEnvironments
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
### ReinforcementLearningEnvironments.jl
16
16
17
+ #### v0.6.12
18
+
19
+ - Bugfix bug with ` is_discrete_space ` [ #566 ] ( https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/issues/566 )
20
+
17
21
#### v0.6.11
18
22
19
23
- Bugfix of CartPoleEnv with keyword arguments
Original file line number Diff line number Diff line change 1
1
name = " ReinforcementLearningEnvironments"
2
2
uuid = " 25e41dd2-4622-11e9-1641-f1adca772921"
3
3
authors = [
" Jun Tian <[email protected] >" ]
4
- version = " 0.6.11 "
4
+ version = " 0.6.12 "
5
5
6
6
[deps ]
7
7
DelimitedFiles = " 8bb1440f-4735-579b-a4ab-409b98df4dab"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ is_discrete_space(::Type{<:AbstractVector}) = true
6
6
is_discrete_space (:: Type{<:Tuple} ) = true
7
7
is_discrete_space (:: Type{<:NamedTuple} ) = true
8
8
9
- is_discrete_space (:: Type{<:Space} ) = false
9
+ is_discrete_space (:: Type ) = false
10
10
11
11
"""
12
12
discrete2standard_discrete(env)
You can’t perform that action at this time.
0 commit comments