Skip to content

Commit

Permalink
move project list
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbschneider authored Jun 16, 2022
1 parent 8b04f43 commit d1ce7f1
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ Simulate flow-level, inter-node network coordination including scaling and place
<img src="docs/huawei_horizontal.png" width="250" hspace="30"/>
</p>

## Setup

Requires **Python 3.6** (newer versions do not support the required TF 1.14). Install with (ideally using [virtualenv](https://virtualenv.pypa.io/en/stable/)):

```bash
pip install -r requirements.txt
```

## Projects Using coord-sim

* [DeepCoord: Centralized Deep Reinforcement Learning (DRL) Approach](https://github.com/RealVNF/DeepCoord)
Expand All @@ -40,6 +32,15 @@ pip install -r requirements.txt

Feel free to open a pull request and add your own project if you use coord-sim!

## Setup

Requires **Python 3.6** (newer versions do not support the required TF 1.14). Install with (ideally using [virtualenv](https://virtualenv.pypa.io/en/stable/)):

```bash
pip install -r requirements.txt
```


## Usage

Type `coord-sim -h` for help using the simulator. For now, this should print
Expand Down

0 comments on commit d1ce7f1

Please sign in to comment.