Paperspace / DinoRunTutorial

Accompanying code for Paperspace tutorial "Build an AI to play Dino Run"
https://blog.paperspace.com/dino-run
MIT License
323 stars 104 forks source link

Update Reinforcement Learning Dino Run.ipynb #3

Closed sbrugman closed 6 years ago

sbrugman commented 6 years ago

No random action was chosen, but always first.

ravi72munde commented 6 years ago

It's fine to have 1st action taken randomly since we want to have our bias towards "doing nothing" but random action is the ideal way.