-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi! I am really interested in this project as the VIPER algorithm is relevant for my own research (which is also within safe and explainable RL). Therefore I would like to know, if you are interested in contributions?
I've encountered a couple of errors/warnings when running the code as-is and I was thinking of opening issues and pull requests for these (train/viper.py because of torch device related issues in line 125/126, and test/evaluate.py throws a lot of UserWarnings since the environments don't get wrapped in a Monitor class).
For my own project, I want to be able to supply a custom oracle policy (ie. one that is not necessarily trained as part of the pipeline of this package and maybe is based on a different model than DQN or PPO). Would you be interested in contributions of that sort?