Michael Panchenko
Michael Panchenko
Hi @NeoBerekov , sorry for the late reply. You are using a very old version of Tianshou which is no longer supported. Recently new functionality on the master branch was...
You are using a very old version of tianshou. Could you pls try on either 1.0.0 or on the version on master?
Yes, more tutorials and examples will be added soon to help with custom envs. Closing this issue
Yes, lambdas are not picklable. One could maybe set things to use cloudpickle, which can deal with lambdas, but for now it's better if you just don't use lambdas for...
Sorry for the late reply @HYB777 , I was off tianhou for a bit but am back now
Closing as answered
Hi @hems111318136 Right now the logging is rather rigid and handled fully in the trainer. We have been working on making the data collection and logging more flexible, so a...