You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.
I get the error: Typeerror: file must have 'read', 'readinto' and 'readline' attributes.
My system info:
・Ubuntu 18.04
・Python 3.8.0
・I installed dependencies from requirements.txt.
・All checkpoint files have been downloaded and placed in a directory named DQN_400 at the same level as the README file.
I would appreciate it if you could reply.
The text was updated successfully, but these errors were encountered:
Yes, this might have happened during refactoring and I'd also suggest looking at CleanRL's code for a runnable version. The code here can be useful as a reference for implementation.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello.
This is my first post, so please excuse me if there are any mistakes.
The commands used are as follows.
・'atari_roms_path' was not listed, so I added it myself.
When I run the code, the following error occurs.
I get the error: Typeerror: file must have 'read', 'readinto' and 'readline' attributes.
My system info:
・Ubuntu 18.04
・Python 3.8.0
・I installed dependencies from requirements.txt.
・All checkpoint files have been downloaded and placed in a directory named DQN_400 at the same level as the README file.
I would appreciate it if you could reply.
The text was updated successfully, but these errors were encountered: