Skip to content

Commit 8fb458c

Browse files
author
Rui Li
committed
add README
1 parent 73646a4 commit 8fb458c

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# mobility
2+
Simulation scripts for the mobility management of UAV base stations project mainly built for paper https://dl.acm.org/citation.cfm?id=3308964.
3+
4+
# Requirements
5+
* python2.7
6+
* numpy
7+
* tensorflow
8+
* IPython
9+
* matplotlib
10+
11+
# Files
12+
* main.py
13+
* channel.py
14+
* mobile_env.py
15+
16+
* main_test.py
17+
18+
# Build virtual environment
19+
` virtualenv env `
20+
` source env/bin/activate `
21+
22+
# Run training
23+
` mkdir train `
24+
` python main.py `
25+
26+

0 commit comments

Comments
 (0)