-
Notifications
You must be signed in to change notification settings - Fork 750
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: AppliedDataSciencePartners/DeepReinforcementLearning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: druidOfCode/DeepReinforcementLearning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 44 files changed
- 1 contributor
Commits on Feb 23, 2018
-
Pushed mainly to save me time from potentially needing to make the same edits on a separate machine. Also laying the groundwork for modifying the game.py file
Configuration menu - View commit details
-
Copy full SHA for 82a6eab - Browse repository at this point
Copy the full SHA 82a6eabView commit details
Commits on Feb 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 7a7b207 - Browse repository at this point
Copy the full SHA 7a7b207View commit details -
Configuration menu - View commit details
-
Copy full SHA for e93b32f - Browse repository at this point
Copy the full SHA e93b32fView commit details -
xrange was changed to range in python 3.6 A run.py file was created to replace "run.ipynb"
Configuration menu - View commit details
-
Copy full SHA for ee3cee8 - Browse repository at this point
Copy the full SHA ee3cee8View commit details -
Since it was converted from the base run.ipynb it looked horrid. That has been fixed.
Configuration menu - View commit details
-
Copy full SHA for 5990398 - Browse repository at this point
Copy the full SHA 5990398View commit details -
Changed from running forever to a max of 100 iterations. This can easily be changed if necessary.
Configuration menu - View commit details
-
Copy full SHA for 604fc0b - Browse repository at this point
Copy the full SHA 604fc0bView commit details -
Patched logging for Keras. The patched lines are known to cause keras to produce a string of critical errors
Configuration menu - View commit details
-
Copy full SHA for 07f4b1b - Browse repository at this point
Copy the full SHA 07f4b1bView commit details -
Added line to temp modify path
Added line that should allow most people to for go adding a new line to their path for GraphViz. You can still add the path yourself as any other program will still want it in your path. If the path variable in run.py is incorrect for you, change as needed.
Configuration menu - View commit details
-
Copy full SHA for b5ef6b5 - Browse repository at this point
Copy the full SHA b5ef6b5View commit details -
added import for reload. In Python 2.x, this was a builtin, but in 3.x, it's in the importlib module.
Configuration menu - View commit details
-
Copy full SHA for bb0e69c - Browse repository at this point
Copy the full SHA bb0e69cView commit details -
Migrating away fully from .ipynb format
.ipynb is too unstable for this work type. In my experience attempting to train in Jupyter will cause the Python Kernel to crash. Running directly in console fixes this. Although I do admit it is uglier...
Configuration menu - View commit details
-
Copy full SHA for ae9d99c - Browse repository at this point
Copy the full SHA ae9d99cView commit details -
Created base requirement file. Run pip install -r requirements.txt to install the dependencies
Configuration menu - View commit details
-
Copy full SHA for c224d9b - Browse repository at this point
Copy the full SHA c224d9bView commit details
Commits on Feb 25, 2018
-
Just some config files, not really connected to anything... nothing to see here, move along.
Configuration menu - View commit details
-
Copy full SHA for 0ee986d - Browse repository at this point
Copy the full SHA 0ee986dView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master