Skip to content

Hide #28

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 61 commits into
base: master
Choose a base branch
from
Open

Hide #28

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
61 commits
Select commit Hold shift + click to select a range
ba2c852
updated .gitignore
lremus Sep 26, 2017
9932d9f
reformated
lremus Sep 26, 2017
61960b3
Added docs and tests folder
lremus Sep 26, 2017
decdce1
Initial travis file
lremus Sep 26, 2017
238c35f
initiated test repo
lremus Sep 26, 2017
437b331
Embedded status image
lremus Sep 26, 2017
6f7e8c5
PyLint compliant
lremus Sep 26, 2017
6dd82cd
Why this change was necessary:
lremus Sep 26, 2017
51d4211
Why this change was necessary:
lremus Sep 26, 2017
4c6e5a2
Reformatting .gitmessage to have first line as a title
lremus Sep 26, 2017
2594e49
Merge pull request #2 from louis-r/louisremus
Edouard360 Sep 27, 2017
f54ee4d
Adding coverage tests
Edouard360 Sep 27, 2017
7e87b03
removing tox
Edouard360 Sep 27, 2017
e9a53d8
Adding the docs
Edouard360 Sep 27, 2017
24710e1
Adding badge
Edouard360 Sep 27, 2017
b011c7c
Adding tests and docs, as well as the right compiler for halite file
Edouard360 Sep 27, 2017
a125fb3
Removing tensorflow dependency for certain Bot
Edouard360 Sep 27, 2017
76156eb
Removing tensorflow dependency for certain Bot
Edouard360 Sep 27, 2017
6a67303
Dependency for building with make
Edouard360 Sep 27, 2017
978c146
Merge branch 'coverage' of https://github.com/Edouard360/Halite-Pytho…
Edouard360 Sep 27, 2017
7bc6229
Merge pull request #3 from Edouard360/coverage
Edouard360 Sep 27, 2017
681d2e9
Python function for starting game instead of script + add docs to exp…
Edouard360 Sep 27, 2017
5c840f9
Resolved all path and import issues
Edouard360 Sep 28, 2017
2533968
Minor docs and PEP8 commit
Edouard360 Sep 28, 2017
161ba90
Merge pull request #8 from Edouard360/restructuring
Edouard360 Sep 28, 2017
df8c3be
Correcting index.rst formatting
Edouard360 Sep 28, 2017
c13c873
Created a file to store all Python files to PyLint check
lremus Sep 29, 2017
ec962ac
Corrected bug on Travis
lremus Sep 29, 2017
5744696
Small test
lremus Sep 29, 2017
847f4cd
Removing test file
lremus Sep 29, 2017
9e9bda6
Visualization tools
Edouard360 Oct 3, 2017
df2b30b
Set theme jekyll-theme-cayman
Edouard360 Oct 4, 2017
4541f01
Migrating to GitHub pages
Edouard360 Oct 4, 2017
052e268
Adding visualize folder commit
Edouard360 Oct 4, 2017
e0f3883
Visualizer improvement
Edouard360 Oct 4, 2017
efdc266
Handier start_game and vis + minor bug correction:
Edouard360 Oct 4, 2017
2083076
Merge pull request #10 from Edouard360/strength-prod-compromise
Edouard360 Oct 5, 2017
a460c43
Documentation
Edouard360 Oct 5, 2017
7e35add
Merge branch 'master' into strength-prod-compromise
Edouard360 Oct 5, 2017
929a2b8
Merge pull request #11 from Edouard360/strength-prod-compromise
Edouard360 Oct 5, 2017
8f78b88
Post article added + start_game.py improved
Edouard360 Oct 5, 2017
125329b
PyLint compliance, resolves #21
lremus Oct 5, 2017
80f537e
Correction of the pylint tests
Edouard360 Oct 6, 2017
562b26d
Merge pull request #25 from Edouard360/pylint-correction
Edouard360 Oct 6, 2017
72085ec
Improve visualization tool
Edouard360 Oct 7, 2017
5fc66a3
Dijkstra algorithm + moving init sess and agent
Edouard360 Oct 7, 2017
c4aa9e8
Adding missing elements (pylint) to commit n-2
Edouard360 Oct 7, 2017
ae07e0a
Fixing conflicts
lremus Oct 8, 2017
755d789
State object - Path + Dijkstra
Edouard360 Oct 8, 2017
364380b
Initiate the use of logging, custom decorator
lremus Oct 10, 2017
4b6bfa8
Made files PyLint compliant
lremus Oct 10, 2017
e97f6fb
Merge pull request #27 from louis-r/master
Edouard360 Oct 11, 2017
94a84f1
Create a json config file for agent / state / hyperparameters /training
Edouard360 Oct 11, 2017
fe54a96
Merging dijsktra with master
Edouard360 Oct 19, 2017
0028279
Merging dijsktra with master
Edouard360 Oct 19, 2017
1e97d4d
Fixed conflicts
lremus Oct 25, 2017
d8fc62d
Reverting attempt
Edouard360 Oct 26, 2017
ac49ff7
Merge branch 'master' of https://github.com/Edouard360/Halite-Python-RL
lremus Nov 3, 2017
7e4d385
Updating dijkstra post
Edouard360 Nov 26, 2017
fcbbc44
Merge branch 'master' of https://github.com/Edouard360/Halite-Python-RL
lremus Nov 27, 2017
e927cdd
Hiding my email
lremus Mar 15, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 107 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,112 @@
# Personal
*.DS_Store

# log and output files
*.hlt
*.log

# developer environment
.idea/

### Python template
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.benchmarks/
public/halite
public/models/variables/*
src/core/Halite.o
src/main.o
src/networking/Networking.o
visualize/other_hlt/
16 changes: 16 additions & 0 deletions .gitmessage
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@

Why this change was necessary:

*

This change addresses the need by:

*

Potential side-effects:

*

# 50-character subject line
#
# 72-character wrapped longer description.
Loading