Skip to content

Commit

Permalink
update EE369
Browse files Browse the repository at this point in the history
  • Loading branch information
duducheng committed Oct 8, 2018
1 parent 08bf502 commit 793ce3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions EE369.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# For EE369 students from SJTU only
## 给上海交通大学EE369课程的同学
为了方便我**公平**地评测作业,我雪藏了一些防伪脚本来验证你的代码真实性.为此,在完成了你的agent之后,你需要做如下几个事情:
为了方便我**公平**地评测作业,我雪藏了一些防伪脚本来验证你的代码唯一性.为此,在完成了你的agent之后,你需要做如下几个事情:

1. 获得你的测评分数,并保留程序运行log: 运行[`evaluate.py`](evaluate.py)

Expand All @@ -14,7 +14,7 @@
python evaluate.py >> EE369_evaluation.log
```

2. 利用我预先给出的棋盘(`board_cases.json`)给出你的agent指纹.
2. 利用我预先给出的棋盘(`board_cases.json`)给出你的agent指纹: 运行[`generate_fingerprint.py`](generate_fingerprint.py).

同样,你需要修改该脚本中的相关部分,使其可以运行你自己的agent.
```bash
Expand Down

0 comments on commit 793ce3e

Please sign in to comment.