Clément Dumas

Results 48 issues of Clément Dumas

I tested your test case on windows using the [diskuv ocaml windows install](https://diskuv.gitlab.io/diskuv-ocaml/) Here are the results : - [test.ml](https://github.com/Chris00/ANSITerminal/blob/master/tests/test.ml) : https://user-images.githubusercontent.com/55806347/145724437-8ce24092-7d2e-4cbe-af71-069d5142d70e.mp4 - this test I made using showcolor.ml :...

bug
help wanted

plugin version: 0.101-2021.1 since the last update the interface between .ml and .mli is completely bugged see : ![h2ogJredJ2](https://user-images.githubusercontent.com/55806347/120678610-92afcd00-c498-11eb-9d24-a5d63dc46c63.gif)

In this post : https://lilianweng.github.io/posts/2018-01-23-multi-armed-bandit/ ![image](https://user-images.githubusercontent.com/55806347/172023650-b9ecdc12-9d08-4f3c-987b-8d0307c34d29.png) You define $r_t(a)$ but don't use it, and use $Q$ instead of $\hat{Q}_t$ in the UCB1 formula which looks like a typo

I have a big project (repo [here](https://github.com/Butanium/monte-carlo-tree-search-TSP)). In VS Code, I have this warning in [`tsp_modules/Two_Opt.ml`](https://github.com/Butanium/monte-carlo-tree-search-TSP/blob/optimized/tsp_modules/Two_Opt.ml), line 1 `module RndQ = Random_Queue` ``` Error (warning 49): no cmi file was...

### ❓ Question Hi, I'm working on a variation of DQN. As I have some unexpected results, I want to make the same variation but on tabular Q Learning instead....

question

``` PS C:\Users\Clement\Documents\Mes-Documents\coding\google-drive-recursive-ownership\google-drive-recursive-ownership> python .\transfer.py "test transfer" *@gmail.com Changing all files at path "test transfer" to owner "*@gmail.com" Prefix: ['test transfer'] Use this link for authorization: https://accounts.google.com/o/oauth2/auth?client_id=**** Verification code: ****...

As you can see on the screenshot above, before this change, the `\` was actually hidden on the readme

When highlighting latex generated PDF e.g: The source quotation is not latex: It would be great if we could edit the quotation for e.g render it in latex

See: https://github.com/kyamagu/faiss-wheels/issues/71?notification_referrer_id=NT_kwDOA1OJi7M2MDc0OTg4Mjg4OjU1ODA2MzQ3#event-8950534683 The problem was solved by using faiss-cpu instead of noavx as you suggested, maybe you could update the requirements accordingly ? Could that broke installation on other systems?

Hello @Spider-scnu, first, thanks for sharing this awesome work on GitHub. I read the full version of the paper available here, and found out that it references to itself 2...