timokau / wsn-embedding-rl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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>'

About

License:MIT License


Languages

Language:Python 99.2%Language:Nix 0.8%