RLeXplore provides stable baselines of exploration methods in reinforcement learning, such as intrinsic curiosity module (ICM), random network distillation (RND) and rewarding impact-driven exploration (RIDE).
Thank you for great code and implementation.
I am trying to implement Pathak's intrinsic reward along with stable baselines on a custom env. I would like to use your code. Can you please let me know things I will need to perform in order to accomplish? How do i know if the intrinsic reward computation is correct?
Thank you!
Hello,
Thank you for great code and implementation. I am trying to implement Pathak's intrinsic reward along with stable baselines on a custom env. I would like to use your code. Can you please let me know things I will need to perform in order to accomplish? How do i know if the intrinsic reward computation is correct? Thank you!