Daniel Avdar
Daniel Avdar
@pplonski please express your thoughts.
> Thanks. I understand your point. Most of users are importing package in their script/notebook and just call constructor and `fit()`. I would leave default logging for them, and I...
Hi @pplonski, Unfortunately, it's not currently possible. I also prefer to avoid having too many configuration files. Here are the options: 1. Omit Poetry changes and configuration files (poetry.toml, pyproject.toml)....
@pplonski please express your thoughts.
> Hi @DanielAvdar, migration to Poetry was planned in Q2-Q3 of this year, after we thoroughly tested it in our internal repositories. Also, I believe `twine` could be replaced by...
It seems like the main issue with Python 3.12 is the dependency problem related to TensorFlow. Specifically, there's a message stating: "No matching distribution found for tensorflow; extra == 'all'"....
tensorflow/tensorflow#62003 TensorFlow does not currently support Python 3.12.
At least 2 requirements should be met: - [ ] Test isolation for each integration. - [ ] Dependency isolation for each integration. For example, test isolation will allow running...
```python import pytest import numpy as np import torch import torch as th from gymnasium import spaces from sb3_contrib.common.recurrent.buffers import RecurrentDictRolloutBuffer from sb3_contrib.common.recurrent.type_aliases import RNNStates import pytest import numpy as...
@ycycycl take a look here: [dev-kit-mcp-server](https://github.com/DanielAvdar/dev-kit-mcp-server/blob/61596f0b3d68c7a63aa2feccdc1f612b9f55e17d/dev_kit_mcp_server/tools/commands_tool.py#L133) it works smoothly.