Replies: 1 comment 1 reply
|
Are you able to run the tests or the example constellation ipynb file successfully? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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_typegot following errorAny suggestions to address this issue?
All reactions