Skip to content

Commit

Permalink
first version of gen model in description
Browse files Browse the repository at this point in the history
  • Loading branch information
nimar committed Feb 26, 2015
1 parent f03f609 commit a2e6446
Show file tree
Hide file tree
Showing 3 changed files with 394 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.pdf
*.bbl
*.bib
*.pyc
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ pp709-729.
Files
=====

description.odt -- a description of the model
description.tex -- a description of the model
generate.py -- generates the physics of a 2-D world and some episodes
util.py -- some geophysical utility functions
solve.py -- a sample solver that learns the physics and solves the episodes
evaluate.py -- evaluates a solution versus a reference
mwmatching.py -- utility script for max-weight max cardinality matching
physics.data -- physics for the training and test episodes
training.data -- 10K episodes for training
test.data -- another 10K episodes for testing
test.blind -- the test data with the event-to-detection mapping omitted
Expand Down
Loading

0 comments on commit a2e6446

Please sign in to comment.