Skip to content
This repository was archived by the owner on May 6, 2021. It is now read-only.

Commit 5c4dcce

Browse files
authored
remove unnecessary plot (#121)
1 parent d709afb commit 5c4dcce

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/environments/examples/CartPoleEnv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,4 @@ function GR.plot(env::CartPoleEnv)
150150
drawarrow(x + (a == 1) - 0.5, -.025, x + 1.4 * (a == 1) - 0.7, -.025)
151151
plotendofepisode(xthreshold - 0.2, l, d)
152152
updatews()
153-
plot()
154153
end

src/environments/examples/MountainCarEnv.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,5 +168,4 @@ function GR.plot(env::MountainCarEnv)
168168
fillarea(xs, ys)
169169
plotendofepisode(env.params.max_pos + 0.1, 0, d)
170170
updatews()
171-
plot()
172171
end

0 commit comments

Comments
 (0)