Replies: 1 comment 1 reply
-
Are you able to run the tests or the example constellation ipynb file successfully? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When training
ConstellationTasking
, I got this error,And if the simulator instanced as
self.simulator = Simulator(satellites=self.satellites, world_type=self.world_type, world_args=self.world_args_generator, sim_rate=self.sim_rate, max_step_duration=self.max_step_duration, time_limit=self.time_limit)
world_type
got following errorAny suggestions to address this issue?
Beta Was this translation helpful? Give feedback.
All reactions