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 i collect data using the params in airsim and then train evae successfully however it dose not make sense when applying to the rl part in the same environment. what can i do next? the only difference is as follows.
#the params in airsim :
TOL = 0.5
MINIMUM_CONTRAST_THRESHOLD = 0.01
CONFIG = SimpleNamespace(
**{
"contrast_thresholds": (0.01, 0.01),
"sigma_contrast_thresholds": (0.0, 0.0),
"refractory_period_ns": 1000,
"max_events_per_frame": 200000,
}
)
No description provided.
The text was updated successfully, but these errors were encountered: