Daniel Avdar
Daniel Avdar
Type annotations contribute significantly to code readability, facilitate code completion, and highlight type incompatibility issues. Please wait for checks to complete to ensure annotations are compatible with all Python versions.
1. Implemented a poetry option for contributors to diversify the pool of contributors. 2. Revised the README file, incorporating a "Contribute" section with detailed instructions on installing requirements. 3. Established...
#### What does this implement/fix? Explain your changes. The original Windows instructions do not work; tests failed with the following error: > ImportError while loading conftest 'D:\a\deepchecks\deepchecks\tests\conftest.py'. tests\conftest.py:27: in from...
**IMPORTANT: Please do not create a Pull Request without creating an issue first.** *Any change needs to be discussed before proceeding. Failure to do so may result in the rejection...
This PR adds test cases for two bugs in the FastMCP library: ## 1. Resource Template Bug with Special Characters in Parameter Names The current implementation of resource templates has...
#552
This pull request adds a new test to verify the fix for a Windows-specific process creation issue described in issue #552. The test ensures that the process creation function works...
### ❓ Question I've been investigating the RecurrentRolloutBuffer in sb3-contrib, specifically when used with VecEnv. I've observed a behavior that seems like a potential bug, and I wanted to bring...
Introduced tests to validate the functionality of the RecurrentDictRolloutBuffer, including buffer capacity, hidden state shapes, and batch sampling. Tests cover various buffer configurations and ensure consistency of LSTM state updates....