Skip to content
Snippets Groups Projects
Commit 02d3855c authored by Walters, Celyn Dr (Comp Sci & Elec Eng)'s avatar Walters, Celyn Dr (Comp Sci & Elec Eng)
Browse files

Remove redundant case

parent 7c79c90d
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,6 @@ class EventEnv(gym.Env):
self.state_space = self.observation_space # For access later
if args.fps is not None:
self.metadata["render_fps"] = args.fps
else:
fps = self.metadata["render_fps"] # type: ignore
self.bridge = SimulatorBridge(
0.5, # Contrast threshold (positive): double contrast_threshold_pos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment