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

[question] The issue of tuned hyperparameters and time bottlenecks #2837

Open
prabhasak opened this issue Jul 8, 2020 · 0 comments
Open

Comments

@prabhasak
Copy link

Hello. Like many folks here, I use a custom AirSim env for reinforcement learning (RL) experiments. I apply imitation learning (IL) to Multirotors, so that means I'd have to train an RL algorithm -> generate expert demonstrations -> train an IL algorithm. Essentially, that's double the time typically spent on training. My custom env takes 1.5 days to train RL for a million timesteps

I have spent almost the whole of 2020 trying to get GAIL to work on my custom env. The lack of quick results is not just due to the real-time run, but also the unavailability of a good set of hyperparameters to work with. If anyone has been in a similar situation and can guide me, that would be great

I came across several issues requesting better access to multi-threading, clock speed, and speed-up (to mention a few: #563, #64, #17, #901). With the NeurIPS Drone Racing challenge, will we be seeing any enhancements to real-time run bottleneck?

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

No branches or pull requests

2 participants