Skip to content

# Fix for issue : https://github.com/Talendar/flappy-bird-gym/issues/3#4

Open
prabathbr wants to merge 1 commit intoTalendar:mainfrom
prabathbr:main
Open

# Fix for issue : https://github.com/Talendar/flappy-bird-gym/issues/3#4
prabathbr wants to merge 1 commit intoTalendar:mainfrom
prabathbr:main

Conversation

@prabathbr
Copy link
Copy Markdown

Fix for issue : #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")

# 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")
@prabathbr
Copy link
Copy Markdown
Author

Fix for issue : #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")

@ahoang512
Copy link
Copy Markdown

Thanks for making this.

@sunnyswag
Copy link
Copy Markdown

why we do not do merge operation 😳, I also had the same problem

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

Successfully merging this pull request may close these issues.

3 participants