You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: NEWS.md
+17
Original file line number
Diff line number
Diff line change
@@ -27,12 +27,21 @@
27
27
28
28
### ReinforcementLearningBase.jl
29
29
30
+
#### v0.9.6
31
+
32
+
- Implement `Base.:(==)` for `Space`. [#428](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/428)
33
+
30
34
#### v0.9.5
31
35
32
36
- Add default `Base.:(==)` and `Base.hash` method for `AbstractEnv`. [#348](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/348)
33
37
34
38
### ReinforcementLearningCore.jl
35
39
40
+
#### v0.8.3
41
+
42
+
- Add extra two optional keyword arguments (`min_σ` and `max_σ`) in
43
+
`GaussianNetwork` to clip the output of `logσ`. [#428](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/428)
44
+
36
45
#### v0.8.2
37
46
38
47
- Add GaussianNetwork and DuelingNetwork into ReinforcementLearningCore.jl as general components. [#370](https://github.com/JuliaReinforcementLearning/ReinforcementLearning.jl/pull/370)
@@ -60,6 +69,14 @@
60
69
61
70
### ReinforcementLearningEnvironments.jl
62
71
72
+
#### v0.6.3
73
+
74
+
- Add `StockTradingEnv` from the paper [Deep Reinforcement Learning for
Copy file name to clipboardexpand all lines: src/ReinforcementLearningCore/src/policies/q_based_policies/learners/approximators/neural_network_approximator.jl
This environment is originally provided in [Deep Reinforcement Learning for Automated Stock Trading: An Ensemble Strategy](https://github.com/AI4Finance-LLC/Deep-Reinforcement-Learning-for-Automated-Stock-Trading-Ensemble-Strategy-ICAIF-2020)
0 commit comments