- [v ] I have visited the [source website](https://github.com/thu-ml/tianshou/) - [v ] I have searched through the [issue tracker](https://github.com/thu-ml/tianshou/issues) for duplicates To test model in other lib: ```python # SB3 action, state = model.predict(observation=obs) # rllib action = model.compute_single_action(obs) ``` I did not find equivalent method in tianshou. Could you please give a hint on that? Thanks :)