-
Notifications
You must be signed in to change notification settings - Fork 2
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
Missing folders #1
Comments
I've uploaded the two folders ("atari" and "radial_rl-cleanrl") that contain the code for training. They are basically adapted from prior repos as described in README. Let me know if you have further questions! Thanks, |
Thanks for much for uploading those folders. When I tried to train the model, I ran into an error message of "CUDA error: an illegal memory access was encoutered" (randomly appeared during the training). Could this be caused by different pytorch and cuda version? It will be great if you could share the environment settings. Thanks, |
CUDA version: 11.2 We recommend you to also check out the following repo for the code of model training, which our code is adapted upon. |
Hi,
this is a great work and thanks for sharing the code! In script_new.sh file, it mentions that some RL implementations are in folders atari and radial_rl-cleanrl/DQN, but they are not in the repository.
The text was updated successfully, but these errors were encountered: