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

use pytorch and instead use TensorFlow #17

Open
YMUDRL opened this issue Mar 26, 2024 · 3 comments
Open

use pytorch and instead use TensorFlow #17

YMUDRL opened this issue Mar 26, 2024 · 3 comments

Comments

@YMUDRL
Copy link

YMUDRL commented Mar 26, 2024

Hi Reinis Cimurs, May I ask why not continue to use pytorch and instead use TensorFlow here? Is it feasible for me to change it to versions after TensorFlow 2.0? It seems that version 1.14 cannot be downloaded now

@reiniscimurs
Copy link
Owner

Hi,

This repository is already some 4 years old and as such the technology used here may be outdated. The DRL navigation repository and the code was created after this work was done so different code base is used there. In theory, the env file does not care what is used - pytorch or tensorflow. All it needs is an input of an action. So pytorch model from the DRL repository could also be used here, given that state is returned accordingly. Feel free to update the necessary code parts and there are no hard requirements for the model part.

@YMUDRL
Copy link
Author

YMUDRL commented Mar 26, 2024

Thank you so much, this way I don't have to change my code to adapt to tensorflow 2.0, and continue to use my pytorch!
By the way, is there any progress in your work based on GDAE, and are you considering expanding it to UAVs or multi-intelligence, your work has inspired me so much, thank you again from the bottom of my heart!

@reiniscimurs
Copy link
Owner

Thank you so much, this way I don't have to change my code to adapt to tensorflow 2.0, and continue to use my pytorch! By the way, is there any progress in your work based on GDAE, and are you considering expanding it to UAVs or multi-intelligence, your work has inspired me so much, thank you again from the bottom of my heart!

This was part of my PhD work and I have since moved on to a different position in a slightly different field. There are no plans to work on this in the future.

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