zhuliquan

Results 12 comments of zhuliquan

@tsuna We've already verified this code in a real online environment that it's real and valid, and hopefully merge this code

@jcmturner I think you should make unwrap more compatiable, like java implements: gokrb5 implements: https://github.com/jcmturner/gokrb5/blob/663478bf457f1fc3275973bea5b7b787cd332015/gssapi/wrapToken.go#L132 java implements: https://github.com/openjdk/jdk/blob/jdk-11+0/src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Context.java#L1051

这个数字只是状态值初始化问题,可以改的。但是当时我的想法是走迷宫是一个损耗的过程,我的回报定义为-1,表示越走越不利。到终点之后就不存在损耗了,所以终点状态价值为0

蒙特卡洛模型是无模型的,因为在求解V(S) 过程没有使用状态转移矩阵。采样用到Env.transform只是为了让环境告诉agent不同状态对应的回报,用于后面的评估,同时环境也没有显式的告诉自己的转移矩阵。

那个我已经修复问题了,你照着1-gym_developing里面的README.md重新配置一下环境就可以了

你直接运行文件时不对的,你需要在python文件中添加下面语句去运行环境 `import gym env = gym.make("GridGame-v0") env.reset() env.render()`

你说的第二个问题我已经修改上传了,很感谢你给我指出问题。

I also find error, that short-circuited logical is invalid ```shell DataFusion CLI v39.0.0 > create table if not exists test_tb(c1 int, c2 int, c3 varchar); 0 row(s) fetched. Elapsed 0.002...

for example: ```sql CREATE TABLE process_details ( timestamp TIMESTAMP, uuid BIGINT, asset_oid BIGINT, process_id1 INT, process_id2 INT, process_id3 INT ) WITH ( connector = 'single_file', path = '$input_dir/test.json', format =...

> Are you referring to our fork https://github.com/ArroyoSystems/arrow-datafusion/tree/43.0.0/arroyo? > > Unfortunately CI doesn't pass there because it requires access to apache CI resources. It's probably possible to get the CI...