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
{{ message }}
This repository was archived by the owner on May 21, 2022. It is now read-only.
This commit 28d5953 introduced a bug. While iterating an episode, identifcal values are obtained for s and s1, e.g.
for (s,a,r,s1) in ep
...
end
debug> s
2-element PyArray{Float64,1}:
-0.4688434880873431
0.0003026530939645928
debug> s1
2-element PyArray{Float64,1}:
-0.4688434880873431
0.0003026530939645928