Michael Panchenko

Results 187 comments of Michael Panchenko

Hi. This is not on the current roadmap, but if you are interested in working on an implementation, I'm happy to discuss it with you. Generally, the core team is...

Hi, sorry for the late answer. Great, I'll be happy to review your work and assist with the implementation. A good start is with the tutorials and the example scripts....

You can discover all existing algorithms by looking at the implementations of BasePolicy

Did you run this from the current master branch?

Hi. I can't look into it in detail now, but I generally don't think this should happen in tianshou but rather on the env level. You could just merge the...

@Trinkle23897 @opcode81 FYI

FYI: Release of the wheel in next version is planned for late January or early February

If you clone the repo, the surest say to install is with poetry, e.g. using `poetry install`

Thank you a lot for going through the installation and looking into this! I will check the atari example in particular and address the installation details, such that everything is...

As I suspected, the problem lies mainly in gymnasium and not in tianshou. I'll extend the readme and the pyproject to better deal with macos. Weirdly, the tests in CI...