Daiki Katsuragawa

Results 9 issues of Daiki Katsuragawa

I recommend that you implement unit tests.

### Description Add CodeQL security scanning. ### Motivation I propose to introduce CodeQL (code scanning) to this project. This is to prevent security problems hidden in the code. https://securitylab.github.com/tools/codeql

This is a modification to unify the type comparison method. Previously, there were two methods - `if type(ABC) is str:` - `if isinstance(ABC, str):` This fix is related to coding...

Signed-off-by: Daiki Katsuragawa This pull request is one of the steps of #331 . Most of the "`Incompatible types in assignment`" errors detected by mypy are fixed. Basically, the policy...

Signed-off-by: Daiki Katsuragawa I read that the return type of `_estimate_policy_gradient` is not `float` but `torch.Tensor` (array-like). I checked with mypy in an experiment. ```sh mypy --ignore-missing-imports --disallow-untyped-def --warn-unreachable obp...

The GAS editor has evolved. Script ID(`libraryId`) is required to use the library. We would be happy to write that information in `README.md`. I didn't know Script ID, so I...