Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 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")
- Loading branch information