How severe does this issue affect your experience of using Ray?
- Medium: It contributes to significant difficulty to complete my task, but I can work around it.
Hello,
I am trying to evaluate my policy trained on my custom VectorEnv
.
I would like to provide the obs list coming from the vector_step()
to the trainer and get back the actions for all environments. Is there a way to do this? I tried looking at compute_actions()
but I do not know if it is what I need.
Thank you