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

Missing folders #1

Open
SliencerX opened this issue Jun 13, 2022 · 3 comments
Open

Missing folders #1

SliencerX opened this issue Jun 13, 2022 · 3 comments

Comments

@SliencerX
Copy link

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.

@ghost
Copy link

ghost commented Jun 16, 2022

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,
Fan

@SliencerX
Copy link
Author

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,
Xiaolin

@ghost
Copy link

ghost commented Jun 18, 2022

CUDA version: 11.2
PyTorch version: 1.8.0+cu111

We recommend you to also check out the following repo for the code of model training, which our code is adapted upon.
https://github.com/chenhongge/SA_DQN
https://github.com/tuomaso/radial_rl
https://github.com/vwxyzjn/cleanrl

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

1 participant