Gym - 100989D-Cafeteria (B) codeforces题目链接:http://codeforces.com/gym/100989/problem/D vj题目链接:https://vjudge.net/contest/236677#problem/D 1D Cafeteria ...
分类:
其他好文 时间:
2018-07-06 14:19:56
阅读次数:
214
题目链接:http://codeforces.com/gym/100989/problem/D In this cafeteria, the N tables are all ordered in one line, where table number 1 is the closest to th ...
分类:
其他好文 时间:
2018-07-06 14:17:55
阅读次数:
173
Islam is usually in a hurry. He often types his passwords incorrectly. He hates retyping his password several times whenever he tries to login, especi ...
分类:
其他好文 时间:
2018-07-06 14:15:34
阅读次数:
311
You must have heard about Agent Mahone! Dr. Ibrahim hired him to catch the cheaters in the Algorithms course. N students cheated and failed this semes ...
分类:
其他好文 时间:
2018-07-06 14:13:42
阅读次数:
195
After the data structures exam, students lined up in the cafeteria to have a drink and chat about how much they have enjoyed the exam and how good the ...
分类:
其他好文 时间:
2018-07-06 13:13:45
阅读次数:
167
参考https://blog.csdn.net/amds123/article/details/20342062 env.reset()返回的整数是我们的初始状态 另外:详细讲解 https://blog.csdn.net/zkh88010Ln3h21AJTH/article/details/782 ...
分类:
其他好文 时间:
2018-07-04 21:05:45
阅读次数:
290
I. The Cool Monkeys time limit per test 4.0 s memory limit per test 256 MB input standard input output standard output I. The Cool Monkeys time limit ...
分类:
其他好文 时间:
2018-07-04 01:20:23
阅读次数:
180
J. Summer Wars time limit per test 2.0 s memory limit per test 64 MB input standard input output standard output J. Summer Wars time limit per test 2. ...
分类:
其他好文 时间:
2018-07-04 01:15:53
阅读次数:
155
代码: 基本思路: 让他自己训练玩这个游戏(每次应该左右移动的距离),基本思路就是: 本质上就是使用MLP训练(动作,得分) 这个得分是坚持时间的长短,如果时间长得分就高。 但是我感觉这个gym自己做了很多事情,比如度量奖励分数,action描述等。待进一步挖掘! ...
分类:
其他好文 时间:
2018-06-06 21:44:00
阅读次数:
1165