GitXplorerGitXplorer
t

wsn-embedding-rl

public
2 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
41d02ac6f27eec005da90cfd1fd699a2127d4704

Add model used for final eval

ttimokau committed 5 years ago
Unverified
160850b1e0dde93cb8d4434e48e329df8d72b4e8

Revert "Always interpret same-node connections as free"

ttimokau committed 5 years ago
Unverified
cba98f97176a1379a81b0fd79df01369c887127d

Revert "Match features to those mentioned in the thesis"

ttimokau committed 5 years ago
Unverified
5067b59899e80014b457f4ed10d5c0560854af2e

Add script to evaluate PEG size

ttimokau committed 5 years ago
Unverified
2edd6abc5ce61059592914d08ae3731e139766c6

Match features to those mentioned in the thesis

ttimokau committed 5 years ago
Unverified
d7dbba445e87077c801573c6165e8c08a432b2fe

Fix evaluation deconstruction

ttimokau committed 5 years ago

README

The README file for this repository.

Wireless Sensor Network Embedding using Reinforcement Learning

If you have nix installed (for dependency management), you can run the training with

nix-shell --run 'python3 experiments/default.py'

or specify any other experiment. Evaluation can be run with

nix-shell --run 'python3 evaluate.py <target dir> <pickled model>'