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

About running the code #1

Closed
FastWind123 opened this issue May 4, 2020 · 4 comments
Closed

About running the code #1

FastWind123 opened this issue May 4, 2020 · 4 comments

Comments

@FastWind123
Copy link

FastWind123 commented May 4, 2020

Hello! I wonder what gpu do you use to train the dqn on? How many of them?
Have you successfully trained the network? If so, could you tell me how long does it take and how is the result?
Thank you very much!!

@abhisheksuran
Copy link
Owner

i used NVIDIA gtx 1050ti but this code(Atari one) is not memory efficient , memory overflows during training. I used 32 gb ram . For memory efficiency, you can look at
https://github.com/Huixxi/TensorFlow2.0-for-Deep-Reinforcement-Learning/blob/master/00_atari_dqn.py

@FastWind123
Copy link
Author

FastWind123 commented May 4, 2020 via email

@abhisheksuran
Copy link
Owner

or you can use 32 gb ram :p . It looks like tf 2 is eager by default thats why it need custom model and training atleast thats what i think . I also posted the question stackoverflow but no reply :p , u can look ques at https://stackoverflow.com/questions/58270765/how-to-minimize-ram-usage-for-training-atari-deep-q-learning-model

@FastWind123
Copy link
Author

FastWind123 commented May 5, 2020 via email

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

2 participants