uber-research / go-explore

Code for Go-Explore: a New Approach for Hard-Exploration Problems
https://arxiv.org/abs/1901.10995
Other
556 stars 99 forks source link

Dynamic archive #17

Open christofer-f opened 4 years ago

christofer-f commented 4 years ago

Hi! I implemented the go-explore idea on a toy problem and it seems to work very well. I modified the algorithm with a counter and a threshold. Is this implementation inline with your thoughts?

https://github.com/christofer-f/Hierarchical-Actor-Critic-HAC-PyTorch

//Christofer