DinoRunTutorial
DinoRunTutorial copied to clipboard
Accompanying code for Paperspace tutorial "Build an AI to play Dino Run"
Hi, While trying to open 'chrome://dino' url in selenium, it is throwing the following error: WebDriverException Traceback (most recent call last) in ----> 1 driver.get("chrome://dino/") F:\Anaconda\envs\opencv\lib\site-packages\selenium\webdriver\remote\webdriver.py in get(self, url) 331...
Hi! I was looking through the code, and I realized that there's no way for the dino to duck during the game. There's a duck method for the DinoAgent class,...