This repository was archived by the owner on May 21, 2022. It is now read-only.

Description
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