-
Notifications
You must be signed in to change notification settings - Fork 72
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
human mode: No such file or directory #3
Comments
cd flappy_bird_gym/ |
I install it using |
same problem |
I am also getting the same issue with Human mode on Python 3.9.7 after installing with I found a temporary solution by changing directory to The actual issue is in Permanent Solution: Replace
Original Error:
Temporary Solution:
|
# Fix for issue : Talendar#3 by prabathbr (https://github.com/prabathbr/) import os from pathlib import Path _BASE_DIR = Path(os.path.dirname(os.path.realpath(__file__))).parent ASSETS_DIR = str(_BASE_DIR / "flappy_bird_gym/assets")
Hey buddy. Firstly, congratulations on this project.
So, I had an issue with the human mode haha 😄
flappy-bird-gym/README.md
Lines 77 to 79 in d014428
Logs
System Information
The text was updated successfully, but these errors were encountered: