Skip to content

Commit

Permalink
Remove unused import in example
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisWellmann committed Aug 23, 2023
1 parent 22435f5 commit efac502
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/cartpole.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use gym_rs::{
core::Env, envs::classical_control::cartpole::CartPoleEnv, utils::renderer::RenderMode,
};
use log::debug;
use ordered_float::OrderedFloat;
use rand::{thread_rng, Rng};

Expand Down

0 comments on commit efac502

Please sign in to comment.