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: src/ReinforcementLearningBase/NEWS.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
### ReinforcementLearningBase.jl Release Notes
2
2
3
+
#### v0.13.1
4
+
5
+
- Don't call `legal_action_space_mask` methods when `ActionStyle` is `MinimalActionSet`
6
+
7
+
#### v0.13.0
8
+
9
+
- Breaking release compatible with RL.jl v0.11
10
+
3
11
#### v0.12.0
4
12
5
13
- Transition to `RLCore.forward`, `RLBase.act!`, `RLBase.plan!` and `Base.push!` syntax instead of functional objects for hooks, policies and environments
0 commit comments