-
Notifications
You must be signed in to change notification settings - Fork 225
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
Supported platform #47
Comments
What about Xavier NX? |
Actually, is it possible to run this inside the ML docker? |
The code uses older PyTorch 0.3 and needs updating. This summer I will be updating the repo to use a more modern solution. For now I recommend checking out 'Stable Baselines' repo or the repos listed at the top of the readme.
…________________________________
From: newtype0123 ***@***.***>
Sent: Saturday, June 5, 2021 2:55:08 AM
To: dusty-nv/jetson-reinforcement ***@***.***>
Cc: Subscribed ***@***.***>
Subject: Re: [dusty-nv/jetson-reinforcement] Supported platform (#47)
Actually, is it possible to run this inside the ML docker?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#47 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ADVEGK3XHFCI65KZOI5GB3TTRHC4ZANCNFSM46BU7NMQ>.
|
Thanks! I'll look forward to running it! From other comments, DRL seems to be good for the higher end platform, and the Xavier for speed. Is there anything hardware specific that will make this repo not work on the nano? I got fairly far trying to build the repo but still encounter build errors. I manage to get through many more libraries and packages. I think I might be hitting problems with old version of code. Python 3 with Pytorch v0.9.0 seems to be working. I am still confused the issue with pip and pip3 and getting Python 2 to have Pytorch. Gym seems to be fine on both, but running the *.py files in the repo gives me graphics issues. I have a few robotics ideas/project and the nano or the 2GB nano are really good, if I can use them. Will there be more examples for the Xavier NX also? That is replacing the TX1 and TX2. It looks like I will run into the same "older code" issues on it. (I am borrowing one from a colleague, but have 2nd thoughts about it after your reply.) Thanks Dusty! |
There isn't anything hardware-specific that would preclude running DRL on the Nano. It's just that the Nano and Xavier NX both use a newer JetPack version than this repo supports (because the PyTorch code in this repo uses old PyTorch 0.3 and hasn't been updated yet) |
Dusty, Thanks for creating this repo. You do amazing work. I feel it would serve the nvidia community well to have a self-contained RL package that works with the jetson embedded GPUs in analogy to nvidia's trt-pose and jetson-inference code bases which are fine-tunable to the user's application. Do you still plan on updating this repo for newer jetpack and pytorch versions? If so, if you could also provide examples where it is applied to a physical robot, that would be extremely helpful as there currently does not exist a stand alone, open source python RL package that doesn't require Isaak or ROS and has examples working on real mobile robots. Thank you santa! Hehe |
@silent-code I do plan on updating it this fall as part of an EDU course we are working on. Sorry for the delay. |
It seems both Jetson TX1 and TX2 have reached EOL. What is a suitable platform to try this out.
I was trying to get Nano to work but I kept running into issues. Getting Juypter to installed, getting pytorch to work, not sure with which version of python, and other build error with invalid syntax, etc.
Any suggestions and recommendation on how to test out the reinforcement demo? Or may be provide instructions on how to get this on the nano?
Thanks.
NT
The text was updated successfully, but these errors were encountered: