-
Notifications
You must be signed in to change notification settings - Fork 17
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
Some installation issues #2
Comments
To fix the default installation, I tried removing Then I was able to run
However still ran into that |
same issues here! were you able to solve them @vwxyzjn ? I am able to run the code only if I comment this CustomOp Line. However, then the code runs at 1.8k fps with |
These should be fixed by #4 (hopefully!) LMK if it isn't! |
@vmoens we can install and run the code now without any problems. However, I am currently unable to get the fps reported in the README. I am getting 400fps for ppo (cleanRL) and 1900 for ppo (leanRL with compile and cudagraphs). |
That's even a better speed up than the one reported no? |
Not really, but something was wrong on my end. After rebooting my computers, I am able to reproduce the results in the readme (at least for the compiled+cudagraphs version). Concretely, running on a machine with 32 cores I am getting:
As you see I am able to reproduce your results (which are awesome!) but the baseline speed is also faster on my end, probably because the number of cores I am using, which envpool can actually make good use of them. Great work! :) |
There seem to be some issues with getting the environment set up. I tried two installation methods.
Installation 1
One is to do
which seems to get stuck finding a
torchrl_nightly
versionInstallation 2
I tried building an environment from scratch, with two separate machines with different GPUs, all getting the same error as follows:
The text was updated successfully, but these errors were encountered: