-
Notifications
You must be signed in to change notification settings - Fork 48
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
Gathering environmental data in parallel on a GPU #90
Comments
yes, it can run on a GPU. But i suggest to use on ubuntu. |
Thank you for your response. Could the entire program possibly be run on a GPU, thereby enabling the initiation of multiple independent environments on the GPU for parallel reinforcement learning training? |
Could you please advise which parts of the program need to be modified in order to support running environments in parallel on a GPU for data collection? |
Check the line dogfight-sandbox-hg2/source/main.py Line 24 in 185af13
try to give your port number, run first script. after change port to another number and run again script. now you have 2 simulation runs parallel |
Could you please let me know if the Harfang reinforcement learning platform is capable of running entirely on a GPU? This would enable it to handle multiple environments concurrently for gathering training data, potentially speeding up the training process.
The text was updated successfully, but these errors were encountered: