Skip to content

Commit

Permalink
update evo_kit build.sh and readme (#418)
Browse files Browse the repository at this point in the history
* update evo_kit build.sh and readme

* Update README.md
  • Loading branch information
rical730 authored Sep 24, 2020
1 parent ce152a6 commit 21d1adf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions evo_kit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ agent->update(noisy_info, noisy_rewards);
```
## 一键运行demo列表
- **PaddleLite**: sh ./scripts/build.sh paddle
- **Torch**: sh ./scripts/build.sh torch
- **裸写网络**:
- sh ./scripts/build.sh
## 相关依赖:
- Protobuf2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

sh scripts/lib_install.sh torch

cd demo/torch

#---------------libtorch-------------#
Expand Down

0 comments on commit 21d1adf

Please sign in to comment.