: Overcoming Car Troubles With Q-Learning
Last updated on
Feb 19, 2023
1 min read
from pathlib import Path
DATA_DIR = Path("/kaggle/input")
if (DATA_DIR / "ucfai-core-sp18-q-learning-workshop").exists():
DATA_DIR /= "ucfai-core-sp18-q-learning-workshop"
else:
# You'll need to download the data from Kaggle and place it in the `data/`
# directory beside this notebook.
# The data should be here: https://kaggle.com/c/ucfai-core-sp18-q-learning-workshop/data
DATA_DIR = Path("data")
Other Meetings in this Series