RedHair
RedHair
Hi, Luca Bertinetto. I am doing the similar thing and just found that you've done a great job in that regard. I've read the paper and watched the video (one...
I am trying to write the engine to a plain file. It seems two related functions haven't been implemented yet. Is there any tutorial demonstrating how to implement these two...
Hi, thanks for your hard work. I look into the code, and try to reduce model size. But I am a bit confused with prior_boxes_ssd300.pkl and PriorBox. My guess is...
Hi, thanks for your implementation of voxelnet. Since this is my first time to train with multi-gpu, I am confused with the way you use scope for multi-gpu training. 1....
Hi, thanks for your hard work on implementing the evaluation code. I am looking into the code and have a hard time connecting it to the AP formula in the...
### Describe the bug The return type of `close` is not annotated, which causes ``` Call to untyped function "close" in typed context [no-untyped-call] ``` if the caller function is...
### Describe the bug In the step function, reward is defined as `SupportsFloat`. However, its type is required to be `np.floating` in [passive_env_checker](https://github.com/Farama-Foundation/Gymnasium/blob/69471be60182d2046e073aa6723b36a7aa818232/gymnasium/utils/passive_env_checker.py#L243) ### Code example ```shell ``` ### System...