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

DQN : Improve performance of obtain_evaluation_episodes #2338

Open
aruhela opened this issue Mar 31, 2023 · 1 comment
Open

DQN : Improve performance of obtain_evaluation_episodes #2338

aruhela opened this issue Mar 31, 2023 · 1 comment

Comments

@aruhela
Copy link

aruhela commented Mar 31, 2023

Hi Garage Developers,

The DQN algo uses 1 worker for running _num_eval_episodes, which seems to be a bottleneck in its performance. Has anyone tried leveraging all the compute cores to make this step faster? Any reason why it hasn't been done before?

File : garage/torch/algos/dqn.py
Line : 173-180

Thanks
Amit Ruhela

@aruhela
Copy link
Author

aruhela commented Apr 3, 2023

Are there any active developers in the Garage team who would like to comment on my question? Is that too trivial to reply?

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