Michael Panchenko

Results 93 issues of Michael Panchenko

This is a tiny PR to fix broken links

I needed to support force pushing as I use this action for demonstrating a cookiecutter template which creates an initial commit. Thus, pushing to an existing repo would always cause...

On Ubuntu I had to install `sudo apt install libgirepository1.0-dev libcairo2-dev pkg-config python3-dev` before pip install of gp-saml-gui worked. That was needed for `pycairo` and `pygobject`. Could you include this...

documentation

RL is flaky and one needs to report statistically significant results. We should help contributors and users with this. ~~I think using nni for parallel execution is a good fit...

enhancement
documentation

Tianshou is nearing its next major release and there are several endeavors in place to popularize it among new users in industry and research. The [upcoming talk](https://2024.pycon.de/program/SSKV9R/) at PyData Berlin...

good first issue
documentation

good first issue
refactoring
typing

There is a bunch of reported RNN problems: #795 #513 #486 and some others. Generally, performance of agents with RNN on top never seemed to be good. This should be...

bug
help wanted
RNN

Using state shape is doubly confusing because 1. Some newer versions of gymnasium envs actually do have a notion of state 2. Tianshou uses obs to denote observations in Batch...

good first issue
refactoring
breaking changes
minor

refactoring
breaking changes
major

That's a tricky one since `learn` implementation are currently not cleanly separated (violate Liskov substitution) and **rely** on kwargs in order to remain functional. E.g. some implementations of learn take...

refactoring
breaking changes
major