Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiBrandt committed Jan 20, 2019
1 parent 8c1dee2 commit ccbf83d
Show file tree
Hide file tree
Showing 4 changed files with 411 additions and 23 deletions.
18 changes: 14 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

# Created by https://www.gitignore.io/api/python,jupyternotebook
# Edit at https://www.gitignore.io/?templates=python,jupyternotebook
# Created by https://www.gitignore.io/api/python,jupyternotebook,visualstudiocode
# Edit at https://www.gitignore.io/?templates=python,jupyternotebook,visualstudiocode

### JupyterNotebook ###
.ipynb_checkpoints
Expand Down Expand Up @@ -129,7 +128,18 @@ dmypy.json
### Python Patch ###
.venv/

# End of https://www.gitignore.io/api/python,jupyternotebook
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

# End of https://www.gitignore.io/api/python,jupyternotebook,visualstudiocode

*.hdf5
*.npy
Expand Down
411 changes: 396 additions & 15 deletions OsuLearn.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ It has figured out how to aim without looking like a robot and can even hit some
Future
------

The next step to be taken is tranforming this into a GAN, so it can generate multiple different replays for a given map, mimicking a human play style.
The next step is to transform this into a GAN, so it can generate multiple different replays for a given map, mimicking a human play style.

This might take some time though, so that's it for now x).
3 changes: 0 additions & 3 deletions osu/.vscode/settings.json

This file was deleted.

0 comments on commit ccbf83d

Please sign in to comment.