-
Notifications
You must be signed in to change notification settings - Fork 15
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
Comments
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. |
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! |
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. |
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
The text was updated successfully, but these errors were encountered: