Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to make sure the params of event camera simulator when train vae and rl policy? #3

Open
aahuhu opened this issue Nov 29, 2021 · 1 comment

Comments

@aahuhu
Copy link

aahuhu commented Nov 29, 2021

No description provided.

@aahuhu
Copy link
Author

aahuhu commented Nov 29, 2021

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,
}
)

#the params in rl :
TOL = 0.2
MINIMUM_CONTRAST_THRESHOLD = 0.1
CONFIG = SimpleNamespace(
**{
"contrast_thresholds": (0.01, 0.01),
"sigma_contrast_thresholds": (0.0, 0.0),
"refractory_period_us": 500,
"max_events_per_frame": 50000,
}
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant