Vadim Liventsev
Vadim Liventsev
`ivy-gym` depends on [GLU](https://github.com/chongkong/glu), an old unmaintained project. One of the problems it creates is that GLU depends on `PyYAML==3.11` and a lot of libraries you might want to combine...
- [ ] I have marked all applicable categories: + [ ] exception-raising bug + [ ] RL algorithm bug + [ ] documentation request (i.e. "X is missing from...
If you run `pip install -r requirements.txt` on Windows, the installation will fail while installing stable-baselines[extra]. The `extra` option is applied recursively, leading to a very deep dependency tree, including...
In 2021 this package always fails to import things with the following error: ```python File "/home/vadim0x60/.pyenv/versions/3.9.9/lib/python3.9/site-packages/stackoverflow/__init__.py", line 34, in find_spec code, author, url = cls.find_working_code(spec.name) File "/home/vadim0x60/.pyenv/versions/3.9.9/lib/python3.9/site-packages/stackoverflow/__init__.py", line 24, in...
## 🚀 Feature `socli` opens search results in an interactive mode that lets you flip through answers. It would be very useful to have an option like `--answer 1` to...
Signed-off-by: Vadim Liventsev Please fill the `[ ]` with an `x` to make sure that you read and followed the checklist - [x ] This addition is about Machine Learning...
Recent versions of `pandas` and `pyyaml` break the preprocessing scripts. A few edits are needed to fix it.
[OpenAI gym](https://github.com/openai/gym/) is unmaintained and deprecated in favour of [gymnasium](https://gymnasium.farama.org/index.html). [Recent updates to pip/setuptools have made OpenAI Gym uninstallable](https://stackoverflow.com/questions/77124879/pip-extras-require-must-be-a-dictionary-whose-values-are-strings-or-lists-of) in up to date Python environments and by proxy, so is...
As I mentioned in #6059, OpenAI gym is deprecated. Here is one possible way to upgrade to Gymnasium