You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When aircraftd are shot down or crashed, they cannot be reintiailezed in the reset function that uses reset_machine(), reset_machine_matrix() and rearm_machine(). After, there are some errors are as follows: plane_states =get_planes_state() in get_observation() i.e., return 'Nonetype' has no attribute 'decoder'
The text was updated successfully, but these errors were encountered:
Yes, there is such a bug. If you take the altitude information of the plane and reset it when it is 50 meters above sea level, the problem will be solved.
When aircraftd are shot down or crashed, they cannot be reintiailezed in the reset function that uses reset_machine(), reset_machine_matrix() and rearm_machine(). After, there are some errors are as follows: plane_states =get_planes_state() in get_observation() i.e., return 'Nonetype' has no attribute 'decoder'
The text was updated successfully, but these errors were encountered: